Html Css Color HEX #00668E Cerulean

📋 copy color: '#00668E'

red 0 ◦ green 102 ◦ blue 142

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

Shades of Cerulean #00668E

Tints of Cerulean #00668E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.8%

 BLUE value IS 142 (55.86% from 255) = 58.2%

R = 0%
G = 41.8%
B = 58.2%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#00668E (or 0x00668E) is known color: Cerulean. HEX triplet: 00, 66 and 8E. RGB value is (0,102,142). Sum of RGB (Red+Green+Blue) = 0+102+142=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #00668E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00668E is #FF9971. Grayscale: #4B4B4B. Windows color (decimal): -16750962 or 9332224. OLE color: 9332224.

HSL color Cylindrical-coordinate representation of color #00668E: hue angle of 196.9º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00668E is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 102 142 -
CMYK 1 0.28 0 0.44
HSL 196.9º 1% 0.28% -
HSV(B) 196.9º 1% 0.56% -
XYZ 9.63 11.46 27.29 -
YUV 76.06 165.21 73.75 -
System Red Green Blue C M Y K H S L
Decimal 0 102 142 1 0.28 0 0.44 196.9 1 0.28
Hex 0 66 8E 64 1C 0 2C C5 64 1C
Octal 0 146 216 144 34 0 54 305 144 34
Binary 0 1100110 10001110 1100100 11100 0 101100 11000101 1100100 11100

Color Harmonies of #00668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00668E

Black with #00668E

Text Example


Text Example

White with #00668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00668E; }

 p { color: rgb(0,102,142); }

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

background-color css

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

 a { background-color: rgb(0,102,142); }

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

border-color css

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

 span { border-color: rgb(0,102,142); }

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