Html Css Color HEX #006DB4 Cerulean

📋 copy color: '#006DB4'

red 0 ◦ green 109 ◦ blue 180

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

Shades of Cerulean #006DB4

Tints of Cerulean #006DB4

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 37.72%
B = 62.28%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#006DB4 (or 0x006DB4) is known color: Cerulean. HEX triplet: 00, 6D and B4. RGB value is (0,109,180). Sum of RGB (Red+Green+Blue) = 0+109+180=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 180 (70.70% from 255 or 62.28% from 289); Max value from RGB is 180 - color contains mainly: blue. Hex color #006DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DB4 is #FF924B. Grayscale: #545454. Windows color (decimal): -16749132 or 11824384. OLE color: 11824384.

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

Color convert

RGB 0 109 180 -
CMYK 1 0.39 0 0.29
HSL 203.67º 1% 0.35% -
HSV(B) 203.67º 1% 0.71% -
XYZ 13.71 14.23 45.2 -
YUV 84.5 181.89 67.73 -
System Red Green Blue C M Y K H S L
Decimal 0 109 180 1 0.39 0 0.29 203.67 1 0.35
Hex 0 6D B4 64 27 0 1D CC 64 23
Octal 0 155 264 144 47 0 35 314 144 43
Binary 0 1101101 10110100 1100100 100111 0 11101 11001100 1100100 100011

Color Harmonies of #006DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006DB4

Black with #006DB4

Text Example


Text Example

White with #006DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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