Html Css Color HEX #006AAD Cerulean

📋 copy color: '#006AAD'

red 0 ◦ green 106 ◦ blue 173

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

Shades of Cerulean #006AAD

Tints of Cerulean #006AAD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.99%

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

R = 0%
G = 37.99%
B = 62.01%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#006AAD (or 0x006AAD) is known color: Cerulean. HEX triplet: 00, 6A and AD. RGB value is (0,106,173). Sum of RGB (Red+Green+Blue) = 0+106+173=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #006AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006AAD is #FF9552. Grayscale: #515151. Windows color (decimal): -16749907 or 11364864. OLE color: 11364864.

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

Color convert

RGB 0 106 173 -
CMYK 1 0.39 0 0.32
HSL 203.24º 1% 0.34% -
HSV(B) 203.24º 1% 0.68% -
XYZ 12.7 13.33 41.44 -
YUV 81.94 179.38 69.55 -
System Red Green Blue C M Y K H S L
Decimal 0 106 173 1 0.39 0 0.32 203.24 1 0.34
Hex 0 6A AD 64 27 0 20 CB 64 22
Octal 0 152 255 144 47 0 40 313 144 42
Binary 0 1101010 10101101 1100100 100111 0 100000 11001011 1100100 100010

Color Harmonies of #006AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006AAD

Black with #006AAD

Text Example


Text Example

White with #006AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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