Html Css Color HEX #007094 Cerulean

📋 copy color: '#007094'

red 0 ◦ green 112 ◦ blue 148

#007094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #007094

Tints of Cerulean #007094

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 112 (44.14% from 255) = 43.08%

 BLUE value IS 148 (58.2% from 255) = 56.92%

R = 0%
G = 43.08%
B = 56.92%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#007094 (or 0x007094) is known color: Cerulean. HEX triplet: 00, 70 and 94. RGB value is (0,112,148). Sum of RGB (Red+Green+Blue) = 0+112+148=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #007094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007094 is #FF8F6B. Grayscale: #525252. Windows color (decimal): -16748396 or 9728000. OLE color: 9728000.

HSL color Cylindrical-coordinate representation of color #007094: hue angle of 194.59º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007094 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 112 148 -
CMYK 1 0.24 0 0.42
HSL 194.59º 1% 0.29% -
HSV(B) 194.59º 1% 0.58% -
XYZ 11.14 13.73 30.08 -
YUV 82.62 164.89 69.07 -
System Red Green Blue C M Y K H S L
Decimal 0 112 148 1 0.24 0 0.42 194.59 1 0.29
Hex 0 70 94 64 18 0 2A C3 64 1D
Octal 0 160 224 144 30 0 52 303 144 35
Binary 0 1110000 10010100 1100100 11000 0 101010 11000011 1100100 11101

Color Harmonies of #007094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007094

Black with #007094

Text Example


Text Example

White with #007094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007094; }

 p { color: rgb(0,112,148); }

 H1.HeaderClassName
 {
   color: #007094;
 }
 .AnyTagClassName
 {
   color: #007094;
 }
</style>

background-color css

<style>
 a { background-color: #007094; }

 a { background-color: rgb(0,112,148); }

 div.DivClassName
 {
   background-color: #007094;
 }
 .BgClassName
 {
   background-color: #007094;
 }
</style>

border-color css

<style>
 span { border-color: #007094; }

 span { border-color: rgb(0,112,148); }

 td.TdClassName
 {
   border-color: #007094;
 }
 .TagClassName
 {
   border-color: #007094;
 }
</style>