Html Css Color HEX #006992 Cerulean

📋 copy color: '#006992'

red 0 ◦ green 105 ◦ blue 146

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

Shades of Cerulean #006992

Tints of Cerulean #006992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.17%

R = 0%
G = 41.83%
B = 58.17%

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

#006992 (or 0x006992) is known color: Cerulean. HEX triplet: 00, 69 and 92. RGB value is (0,105,146). Sum of RGB (Red+Green+Blue) = 0+105+146=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #006992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006992 is #FF966D. Grayscale: #4E4E4E. Windows color (decimal): -16750190 or 9595136. OLE color: 9595136.

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

Color convert

RGB 0 105 146 -
CMYK 1 0.28 0 0.43
HSL 196.85º 1% 0.29% -
HSV(B) 196.85º 1% 0.57% -
XYZ 10.24 12.18 29.01 -
YUV 78.28 166.21 72.17 -
System Red Green Blue C M Y K H S L
Decimal 0 105 146 1 0.28 0 0.43 196.85 1 0.29
Hex 0 69 92 64 1C 0 2B C5 64 1D
Octal 0 151 222 144 34 0 53 305 144 35
Binary 0 1101001 10010010 1100100 11100 0 101011 11000101 1100100 11101

Color Harmonies of #006992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006992

Black with #006992

Text Example


Text Example

White with #006992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006992; }

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

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

background-color css

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

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

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

border-color css

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

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

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