Html Css Color HEX #006BAD Cerulean

📋 copy color: '#006BAD'

red 0 ◦ green 107 ◦ blue 173

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

Shades of Cerulean #006BAD

Tints of Cerulean #006BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 61.79%

R = 0%
G = 38.21%
B = 61.79%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#006BAD (or 0x006BAD) is known color: Cerulean. HEX triplet: 00, 6B and AD. RGB value is (0,107,173). Sum of RGB (Red+Green+Blue) = 0+107+173=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #006BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006BAD is #FF9452. Grayscale: #525252. Windows color (decimal): -16749651 or 11365120. OLE color: 11365120.

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

Color convert

RGB 0 107 173 -
CMYK 1 0.38 0 0.32
HSL 202.89º 1% 0.34% -
HSV(B) 202.89º 1% 0.68% -
XYZ 12.8 13.53 41.47 -
YUV 82.53 179.05 69.13 -
System Red Green Blue C M Y K H S L
Decimal 0 107 173 1 0.38 0 0.32 202.89 1 0.34
Hex 0 6B AD 64 26 0 20 CB 64 22
Octal 0 153 255 144 46 0 40 313 144 42
Binary 0 1101011 10101101 1100100 100110 0 100000 11001011 1100100 100010

Color Harmonies of #006BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006BAD

Black with #006BAD

Text Example


Text Example

White with #006BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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