Html Css Color HEX #006FB6 Cerulean

📋 copy color: '#006FB6'

red 0 ◦ green 111 ◦ blue 182

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

Shades of Cerulean #006FB6

Tints of Cerulean #006FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 62.12%

R = 0%
G = 37.88%
B = 62.12%

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

#006FB6 (or 0x006FB6) is known color: Cerulean. HEX triplet: 00, 6F and B6. RGB value is (0,111,182). Sum of RGB (Red+Green+Blue) = 0+111+182=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 182 (71.48% from 255 or 62.12% from 293); Max value from RGB is 182 - color contains mainly: blue. Hex color #006FB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FB6 is #FF9049. Grayscale: #555555. Windows color (decimal): -16748618 or 11955968. OLE color: 11955968.

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

Color convert

RGB 0 111 182 -
CMYK 1 0.39 0 0.29
HSL 203.41º 1% 0.36% -
HSV(B) 203.41º 1% 0.71% -
XYZ 14.13 14.75 46.36 -
YUV 85.91 182.23 66.73 -
System Red Green Blue C M Y K H S L
Decimal 0 111 182 1 0.39 0 0.29 203.41 1 0.36
Hex 0 6F B6 64 27 0 1D CB 64 24
Octal 0 157 266 144 47 0 35 313 144 44
Binary 0 1101111 10110110 1100100 100111 0 11101 11001011 1100100 100100

Color Harmonies of #006FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FB6

Black with #006FB6

Text Example


Text Example

White with #006FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,111,182); }

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

background-color css

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

 a { background-color: rgb(0,111,182); }

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

border-color css

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

 span { border-color: rgb(0,111,182); }

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