Html Css Color HEX #006FB1 Cerulean

📋 copy color: '#006FB1'

red 0 ◦ green 111 ◦ blue 177

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

Shades of Cerulean #006FB1

Tints of Cerulean #006FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 61.46%

R = 0%
G = 38.54%
B = 61.46%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#006FB1 (or 0x006FB1) is known color: Cerulean. HEX triplet: 00, 6F and B1. RGB value is (0,111,177). Sum of RGB (Red+Green+Blue) = 0+111+177=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 177 (69.53% from 255 or 61.46% from 288); Max value from RGB is 177 - color contains mainly: blue. Hex color #006FB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FB1 is #FF904E. Grayscale: #545454. Windows color (decimal): -16748623 or 11628288. OLE color: 11628288.

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

Color convert

RGB 0 111 177 -
CMYK 1 0.37 0 0.31
HSL 202.37º 1% 0.35% -
HSV(B) 202.37º 1% 0.69% -
XYZ 13.62 14.54 43.68 -
YUV 85.34 179.73 67.13 -
System Red Green Blue C M Y K H S L
Decimal 0 111 177 1 0.37 0 0.31 202.37 1 0.35
Hex 0 6F B1 64 25 0 1F CA 64 23
Octal 0 157 261 144 45 0 37 312 144 43
Binary 0 1101111 10110001 1100100 100101 0 11111 11001010 1100100 100011

Color Harmonies of #006FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FB1

Black with #006FB1

Text Example


Text Example

White with #006FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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