Html Css Color HEX #006CAD Cerulean

📋 copy color: '#006CAD'

red 0 ◦ green 108 ◦ blue 173

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

Shades of Cerulean #006CAD

Tints of Cerulean #006CAD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.43%

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

R = 0%
G = 38.43%
B = 61.57%

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

#006CAD (or 0x006CAD) is known color: Cerulean. HEX triplet: 00, 6C and AD. RGB value is (0,108,173). Sum of RGB (Red+Green+Blue) = 0+108+173=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #006CAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006CAD is #FF9352. Grayscale: #525252. Windows color (decimal): -16749395 or 11365376. OLE color: 11365376.

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

Color convert

RGB 0 108 173 -
CMYK 1 0.38 0 0.32
HSL 202.54º 1% 0.34% -
HSV(B) 202.54º 1% 0.68% -
XYZ 12.91 13.74 41.51 -
YUV 83.12 178.72 68.71 -
System Red Green Blue C M Y K H S L
Decimal 0 108 173 1 0.38 0 0.32 202.54 1 0.34
Hex 0 6C AD 64 26 0 20 CB 64 22
Octal 0 154 255 144 46 0 40 313 144 42
Binary 0 1101100 10101101 1100100 100110 0 100000 11001011 1100100 100010

Color Harmonies of #006CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CAD

Black with #006CAD

Text Example


Text Example

White with #006CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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