Html Css Color HEX #006EB4 Cerulean

📋 copy color: '#006EB4'

red 0 ◦ green 110 ◦ blue 180

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

Shades of Cerulean #006EB4

Tints of Cerulean #006EB4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.93%

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

R = 0%
G = 37.93%
B = 62.07%

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

#006EB4 (or 0x006EB4) is known color: Cerulean. HEX triplet: 00, 6E and B4. RGB value is (0,110,180). Sum of RGB (Red+Green+Blue) = 0+110+180=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 180 (70.70% from 255 or 62.07% from 290); Max value from RGB is 180 - color contains mainly: blue. Hex color #006EB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006EB4 is #FF914B. Grayscale: #545454. Windows color (decimal): -16748876 or 11824640. OLE color: 11824640.

HSL color Cylindrical-coordinate representation of color #006EB4: hue angle of 203.33º 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 #006EB4 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 0 110 180 -
CMYK 1 0.39 0 0.29
HSL 203.33º 1% 0.35% -
HSV(B) 203.33º 1% 0.71% -
XYZ 13.81 14.45 45.24 -
YUV 85.09 181.56 67.31 -
System Red Green Blue C M Y K H S L
Decimal 0 110 180 1 0.39 0 0.29 203.33 1 0.35
Hex 0 6E B4 64 27 0 1D CB 64 23
Octal 0 156 264 144 47 0 35 313 144 43
Binary 0 1101110 10110100 1100100 100111 0 11101 11001011 1100100 100011

Color Harmonies of #006EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006EB4

Black with #006EB4

Text Example


Text Example

White with #006EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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