Html Css Color HEX #00669B Cerulean

📋 copy color: '#00669B'

red 0 ◦ green 102 ◦ blue 155

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

Shades of Cerulean #00669B

Tints of Cerulean #00669B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.31%

R = 0%
G = 39.69%
B = 60.31%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00669B (or 0x00669B) is known color: Cerulean. HEX triplet: 00, 66 and 9B. RGB value is (0,102,155). Sum of RGB (Red+Green+Blue) = 0+102+155=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #00669B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00669B is #FF9964. Grayscale: #4D4D4D. Windows color (decimal): -16750949 or 10184192. OLE color: 10184192.

HSL color Cylindrical-coordinate representation of color #00669B: hue angle of 200.52º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00669B is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 102 155 -
CMYK 1 0.34 0 0.39
HSL 200.52º 1% 0.3% -
HSV(B) 200.52º 1% 0.61% -
XYZ 10.67 11.87 32.74 -
YUV 77.54 171.71 72.69 -
System Red Green Blue C M Y K H S L
Decimal 0 102 155 1 0.34 0 0.39 200.52 1 0.3
Hex 0 66 9B 64 22 0 27 C9 64 1E
Octal 0 146 233 144 42 0 47 311 144 36
Binary 0 1100110 10011011 1100100 100010 0 100111 11001001 1100100 11110

Color Harmonies of #00669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00669B

Black with #00669B

Text Example


Text Example

White with #00669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00669B; }

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

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

background-color css

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

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

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

border-color css

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

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

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