Html Css Color HEX #0240AA Cobalt

📋 copy color: '#0240AA'

red 2 ◦ green 64 ◦ blue 170

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

Shades of Cobalt #0240AA

Tints of Cobalt #0240AA

RGB

 RED value IS 2 (1.17% from 255) = 0.85%

 GREEN value IS 64 (25.39% from 255) = 27.12%

 BLUE value IS 170 (66.8% from 255) = 72.03%

R = 0.85%
G = 27.12%
B = 72.03%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0240AA (or 0x0240AA) is known color: Cobalt. HEX triplet: 02, 40 and AA. RGB value is (2,64,170). Sum of RGB (Red+Green+Blue) = 2+64+170=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #0240AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0240AA is #FDBF55. Grayscale: #393939. Windows color (decimal): -16629590 or 11157506. OLE color: 11157506.

HSL color Cylindrical-coordinate representation of color #0240AA: hue angle of 217.86º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0240AA is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 64 170 -
CMYK 0.99 0.62 0 0.33
HSL 217.86º 0.98% 0.34% -
HSV(B) 217.86º 0.99% 0.67% -
XYZ 9.11 6.58 38.82 -
YUV 57.55 191.46 88.38 -
System Red Green Blue C M Y K H S L
Decimal 2 64 170 0.99 0.62 0 0.33 217.86 0.98 0.34
Hex 2 40 AA 63 3E 0 21 DA 62 22
Octal 2 100 252 143 76 0 41 332 142 42
Binary 10 1000000 10101010 1100011 111110 0 100001 11011010 1100010 100010

Color Harmonies of #0240AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0240AA

Black with #0240AA

Text Example


Text Example

White with #0240AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0240AA; }

 p { color: rgb(2,64,170); }

 H1.HeaderClassName
 {
   color: #0240AA;
 }
 .AnyTagClassName
 {
   color: #0240AA;
 }
</style>

background-color css

<style>
 a { background-color: #0240AA; }

 a { background-color: rgb(2,64,170); }

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

border-color css

<style>
 span { border-color: #0240AA; }

 span { border-color: rgb(2,64,170); }

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