Html Css Color HEX #066FB5 Cerulean

📋 copy color: '#066FB5'

red 6 ◦ green 111 ◦ blue 181

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

Shades of Cerulean #066FB5

Tints of Cerulean #066FB5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.25%

 BLUE value IS 181 (71.09% from 255) = 60.74%

R = 2.01%
G = 37.25%
B = 60.74%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#066FB5 (or 0x066FB5) is known color: Cerulean. HEX triplet: 06, 6F and B5. RGB value is (6,111,181). Sum of RGB (Red+Green+Blue) = 6+111+181=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 181 (71.09% from 255 or 60.74% from 298); Max value from RGB is 181 - color contains mainly: blue. Hex color #066FB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066FB5 is #F9904A. Grayscale: #575757. Windows color (decimal): -16355403 or 11890438. OLE color: 11890438.

HSL color Cylindrical-coordinate representation of color #066FB5: hue angle of 204º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066FB5 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 6 111 181 -
CMYK 0.97 0.39 0 0.29
HSL 204º 0.94% 0.37% -
HSV(B) 204º 0.97% 0.71% -
XYZ 14.1 14.74 45.82 -
YUV 87.59 180.71 69.81 -
System Red Green Blue C M Y K H S L
Decimal 6 111 181 0.97 0.39 0 0.29 204 0.94 0.37
Hex 6 6F B5 61 27 0 1D CC 5E 25
Octal 6 157 265 141 47 0 35 314 136 45
Binary 110 1101111 10110101 1100001 100111 0 11101 11001100 1011110 100101

Color Harmonies of #066FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066FB5

Black with #066FB5

Text Example


Text Example

White with #066FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,111,181); }

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

background-color css

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

 a { background-color: rgb(6,111,181); }

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

border-color css

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

 span { border-color: rgb(6,111,181); }

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