Html Css Color HEX #006FB2 Cerulean

📋 copy color: '#006FB2'

red 0 ◦ green 111 ◦ blue 178

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

Shades of Cerulean #006FB2

Tints of Cerulean #006FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 61.59%

R = 0%
G = 38.41%
B = 61.59%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#006FB2 (or 0x006FB2) is known color: Cerulean. HEX triplet: 00, 6F and B2. RGB value is (0,111,178). Sum of RGB (Red+Green+Blue) = 0+111+178=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 178 (69.92% from 255 or 61.59% from 289); Max value from RGB is 178 - color contains mainly: blue. Hex color #006FB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FB2 is #FF904D. Grayscale: #555555. Windows color (decimal): -16748622 or 11693824. OLE color: 11693824.

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

Color convert

RGB 0 111 178 -
CMYK 1 0.38 0 0.30
HSL 202.58º 1% 0.35% -
HSV(B) 202.58º 1% 0.7% -
XYZ 13.72 14.58 44.21 -
YUV 85.45 180.23 67.05 -
System Red Green Blue C M Y K H S L
Decimal 0 111 178 1 0.38 0 0.30 202.58 1 0.35
Hex 0 6F B2 64 26 0 1E CB 64 23
Octal 0 157 262 144 46 0 36 313 144 43
Binary 0 1101111 10110010 1100100 100110 0 11110 11001011 1100100 100011

Color Harmonies of #006FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FB2

Black with #006FB2

Text Example


Text Example

White with #006FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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