Html Css Color HEX #066AAB Cerulean

📋 copy color: '#066AAB'

red 6 ◦ green 106 ◦ blue 171

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

Shades of Cerulean #066AAB

Tints of Cerulean #066AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.46%

 BLUE value IS 171 (67.19% from 255) = 60.42%

R = 2.12%
G = 37.46%
B = 60.42%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#066AAB (or 0x066AAB) is known color: Cerulean. HEX triplet: 06, 6A and AB. RGB value is (6,106,171). Sum of RGB (Red+Green+Blue) = 6+106+171=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #066AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066AAB is #F99554. Grayscale: #535353. Windows color (decimal): -16356693 or 11233798. OLE color: 11233798.

HSL color Cylindrical-coordinate representation of color #066AAB: hue angle of 203.64º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066AAB is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 106 171 -
CMYK 0.96 0.38 0 0.33
HSL 203.64º 0.93% 0.35% -
HSV(B) 203.64º 0.96% 0.67% -
XYZ 12.58 13.29 40.43 -
YUV 83.51 177.37 72.71 -
System Red Green Blue C M Y K H S L
Decimal 6 106 171 0.96 0.38 0 0.33 203.64 0.93 0.35
Hex 6 6A AB 60 26 0 21 CC 5D 23
Octal 6 152 253 140 46 0 41 314 135 43
Binary 110 1101010 10101011 1100000 100110 0 100001 11001100 1011101 100011

Color Harmonies of #066AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066AAB

Black with #066AAB

Text Example


Text Example

White with #066AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066AAB; }

 p { color: rgb(6,106,171); }

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

background-color css

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

 a { background-color: rgb(6,106,171); }

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

border-color css

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

 span { border-color: rgb(6,106,171); }

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