Html Css Color HEX #066990 Cerulean

📋 copy color: '#066990'

red 6 ◦ green 105 ◦ blue 144

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

Shades of Cerulean #066990

Tints of Cerulean #066990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 56.47%

R = 2.35%
G = 41.18%
B = 56.47%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#066990 (or 0x066990) is known color: Cerulean. HEX triplet: 06, 69 and 90. RGB value is (6,105,144). Sum of RGB (Red+Green+Blue) = 6+105+144=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #066990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066990 is #F9966F. Grayscale: #4F4F4F. Windows color (decimal): -16356976 or 9464070. OLE color: 9464070.

HSL color Cylindrical-coordinate representation of color #066990: hue angle of 196.96º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066990 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 105 144 -
CMYK 0.96 0.27 0 0.44
HSL 196.96º 0.92% 0.29% -
HSV(B) 196.96º 0.96% 0.56% -
XYZ 10.16 12.16 28.2 -
YUV 79.85 164.2 75.33 -
System Red Green Blue C M Y K H S L
Decimal 6 105 144 0.96 0.27 0 0.44 196.96 0.92 0.29
Hex 6 69 90 60 1B 0 2C C5 5C 1D
Octal 6 151 220 140 33 0 54 305 134 35
Binary 110 1101001 10010000 1100000 11011 0 101100 11000101 1011100 11101

Color Harmonies of #066990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066990

Black with #066990

Text Example


Text Example

White with #066990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066990; }

 p { color: rgb(6,105,144); }

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

background-color css

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

 a { background-color: rgb(6,105,144); }

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

border-color css

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

 span { border-color: rgb(6,105,144); }

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