Html Css Color HEX #066DB4 Cerulean

📋 copy color: '#066DB4'

red 6 ◦ green 109 ◦ blue 180

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

Shades of Cerulean #066DB4

Tints of Cerulean #066DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.95%

 BLUE value IS 180 (70.7% from 255) = 61.02%

R = 2.03%
G = 36.95%
B = 61.02%

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

#066DB4 (or 0x066DB4) is known color: Cerulean. HEX triplet: 06, 6D and B4. RGB value is (6,109,180). Sum of RGB (Red+Green+Blue) = 6+109+180=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 180 (70.70% from 255 or 61.02% from 295); Max value from RGB is 180 - color contains mainly: blue. Hex color #066DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066DB4 is #F9924B. Grayscale: #555555. Windows color (decimal): -16355916 or 11824390. OLE color: 11824390.

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

Color convert

RGB 6 109 180 -
CMYK 0.97 0.39 0 0.29
HSL 204.48º 0.94% 0.36% -
HSV(B) 204.48º 0.97% 0.71% -
XYZ 13.78 14.27 45.21 -
YUV 86.3 180.88 70.73 -
System Red Green Blue C M Y K H S L
Decimal 6 109 180 0.97 0.39 0 0.29 204.48 0.94 0.36
Hex 6 6D B4 61 27 0 1D CC 5E 24
Octal 6 155 264 141 47 0 35 314 136 44
Binary 110 1101101 10110100 1100001 100111 0 11101 11001100 1011110 100100

Color Harmonies of #066DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066DB4

Black with #066DB4

Text Example


Text Example

White with #066DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,109,180); }

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

background-color css

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

 a { background-color: rgb(6,109,180); }

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

border-color css

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

 span { border-color: rgb(6,109,180); }

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