Html Css Color HEX #006991 Cerulean

📋 copy color: '#006991'

red 0 ◦ green 105 ◦ blue 145

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

Shades of Cerulean #006991

Tints of Cerulean #006991

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42%

 BLUE value IS 145 (57.03% from 255) = 58%

R = 0%
G = 42%
B = 58%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#006991 (or 0x006991) is known color: Cerulean. HEX triplet: 00, 69 and 91. RGB value is (0,105,145). Sum of RGB (Red+Green+Blue) = 0+105+145=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #006991 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006991 is #FF966E. Grayscale: #4D4D4D. Windows color (decimal): -16750191 or 9529600. OLE color: 9529600.

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

Color convert

RGB 0 105 145 -
CMYK 1 0.28 0 0.43
HSL 196.55º 1% 0.28% -
HSV(B) 196.55º 1% 0.57% -
XYZ 10.16 12.15 28.6 -
YUV 78.17 165.71 72.25 -
System Red Green Blue C M Y K H S L
Decimal 0 105 145 1 0.28 0 0.43 196.55 1 0.28
Hex 0 69 91 64 1C 0 2B C5 64 1C
Octal 0 151 221 144 34 0 53 305 144 34
Binary 0 1101001 10010001 1100100 11100 0 101011 11000101 1100100 11100

Color Harmonies of #006991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006991

Black with #006991

Text Example


Text Example

White with #006991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006991; }

 p { color: rgb(0,105,145); }

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

background-color css

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

 a { background-color: rgb(0,105,145); }

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

border-color css

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

 span { border-color: rgb(0,105,145); }

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