Html Css Color HEX #006BAC Cerulean

📋 copy color: '#006BAC'

red 0 ◦ green 107 ◦ blue 172

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

Shades of Cerulean #006BAC

Tints of Cerulean #006BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.65%

R = 0%
G = 38.35%
B = 61.65%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#006BAC (or 0x006BAC) is known color: Cerulean. HEX triplet: 00, 6B and AC. RGB value is (0,107,172). Sum of RGB (Red+Green+Blue) = 0+107+172=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #006BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006BAC is #FF9453. Grayscale: #525252. Windows color (decimal): -16749652 or 11299584. OLE color: 11299584.

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

Color convert

RGB 0 107 172 -
CMYK 1 0.38 0 0.33
HSL 202.67º 1% 0.34% -
HSV(B) 202.67º 1% 0.67% -
XYZ 12.7 13.49 40.96 -
YUV 82.42 178.55 69.21 -
System Red Green Blue C M Y K H S L
Decimal 0 107 172 1 0.38 0 0.33 202.67 1 0.34
Hex 0 6B AC 64 26 0 21 CB 64 22
Octal 0 153 254 144 46 0 41 313 144 42
Binary 0 1101011 10101100 1100100 100110 0 100001 11001011 1100100 100010

Color Harmonies of #006BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006BAC

Black with #006BAC

Text Example


Text Example

White with #006BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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