Html Css Color HEX #006FAB Cerulean

📋 copy color: '#006FAB'

red 0 ◦ green 111 ◦ blue 171

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

Shades of Cerulean #006FAB

Tints of Cerulean #006FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.64%

R = 0%
G = 39.36%
B = 60.64%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#006FAB (or 0x006FAB) is known color: Cerulean. HEX triplet: 00, 6F and AB. RGB value is (0,111,171). Sum of RGB (Red+Green+Blue) = 0+111+171=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #006FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FAB is #FF9054. Grayscale: #545454. Windows color (decimal): -16748629 or 11235072. OLE color: 11235072.

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

Color convert

RGB 0 111 171 -
CMYK 1 0.35 0 0.33
HSL 201.05º 1% 0.34% -
HSV(B) 201.05º 1% 0.67% -
XYZ 13.04 14.31 40.6 -
YUV 84.65 176.73 67.62 -
System Red Green Blue C M Y K H S L
Decimal 0 111 171 1 0.35 0 0.33 201.05 1 0.34
Hex 0 6F AB 64 23 0 21 C9 64 22
Octal 0 157 253 144 43 0 41 311 144 42
Binary 0 1101111 10101011 1100100 100011 0 100001 11001001 1100100 100010

Color Harmonies of #006FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FAB

Black with #006FAB

Text Example


Text Example

White with #006FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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