Html Css Color HEX #006BAB Cerulean

📋 copy color: '#006BAB'

red 0 ◦ green 107 ◦ blue 171

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

Shades of Cerulean #006BAB

Tints of Cerulean #006BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.49%

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

R = 0%
G = 38.49%
B = 61.51%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#006BAB (or 0x006BAB) is known color: Cerulean. HEX triplet: 00, 6B and AB. RGB value is (0,107,171). Sum of RGB (Red+Green+Blue) = 0+107+171=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #006BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006BAB is #FF9454. Grayscale: #515151. Windows color (decimal): -16749653 or 11234048. OLE color: 11234048.

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

Color convert

RGB 0 107 171 -
CMYK 1 0.37 0 0.33
HSL 202.46º 1% 0.34% -
HSV(B) 202.46º 1% 0.67% -
XYZ 12.61 13.46 40.46 -
YUV 82.3 178.05 69.3 -
System Red Green Blue C M Y K H S L
Decimal 0 107 171 1 0.37 0 0.33 202.46 1 0.34
Hex 0 6B AB 64 25 0 21 CA 64 22
Octal 0 153 253 144 45 0 41 312 144 42
Binary 0 1101011 10101011 1100100 100101 0 100001 11001010 1100100 100010

Color Harmonies of #006BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006BAB

Black with #006BAB

Text Example


Text Example

White with #006BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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