Html Css Color HEX #066292 Cerulean

📋 copy color: '#066292'

red 6 ◦ green 98 ◦ blue 146

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

Shades of Cerulean #066292

Tints of Cerulean #066292

RGB

 RED value IS 6 (2.73% from 255) = 2.4%

 GREEN value IS 98 (38.67% from 255) = 39.2%

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

R = 2.4%
G = 39.2%
B = 58.4%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#066292 (or 0x066292) is known color: Cerulean. HEX triplet: 06, 62 and 92. RGB value is (6,98,146). Sum of RGB (Red+Green+Blue) = 6+98+146=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #066292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066292 is #F99D6D. Grayscale: #4B4B4B. Windows color (decimal): -16358766 or 9593350. OLE color: 9593350.

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

Color convert

RGB 6 98 146 -
CMYK 0.96 0.33 0 0.43
HSL 200.57º 0.92% 0.3% -
HSV(B) 200.57º 0.96% 0.57% -
XYZ 9.63 10.85 28.78 -
YUV 75.96 167.52 78.1 -
System Red Green Blue C M Y K H S L
Decimal 6 98 146 0.96 0.33 0 0.43 200.57 0.92 0.3
Hex 6 62 92 60 21 0 2B C9 5C 1E
Octal 6 142 222 140 41 0 53 311 134 36
Binary 110 1100010 10010010 1100000 100001 0 101011 11001001 1011100 11110

Color Harmonies of #066292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066292

Black with #066292

Text Example


Text Example

White with #066292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066292; }

 p { color: rgb(6,98,146); }

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

background-color css

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

 a { background-color: rgb(6,98,146); }

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

border-color css

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

 span { border-color: rgb(6,98,146); }

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