Html Css Color HEX #0240AE Cobalt

📋 copy color: '#0240AE'

red 2 ◦ green 64 ◦ blue 174

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

Shades of Cobalt #0240AE

Tints of Cobalt #0240AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 72.5%

R = 0.83%
G = 26.67%
B = 72.5%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0240AE (or 0x0240AE) is known color: Cobalt. HEX triplet: 02, 40 and AE. RGB value is (2,64,174). Sum of RGB (Red+Green+Blue) = 2+64+174=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 174 (68.36% from 255 or 72.5% from 240); Max value from RGB is 174 - color contains mainly: blue. Hex color #0240AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0240AE is #FDBF51. Grayscale: #393939. Windows color (decimal): -16629586 or 11419650. OLE color: 11419650.

HSL color Cylindrical-coordinate representation of color #0240AE: hue angle of 218.37º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0240AE is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 64 174 -
CMYK 0.99 0.63 0 0.32
HSL 218.37º 0.98% 0.35% -
HSV(B) 218.37º 0.99% 0.68% -
XYZ 9.5 6.74 40.84 -
YUV 58 193.46 88.06 -
System Red Green Blue C M Y K H S L
Decimal 2 64 174 0.99 0.63 0 0.32 218.37 0.98 0.35
Hex 2 40 AE 63 3F 0 20 DA 62 23
Octal 2 100 256 143 77 0 40 332 142 43
Binary 10 1000000 10101110 1100011 111111 0 100000 11011010 1100010 100011

Color Harmonies of #0240AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0240AE

Black with #0240AE

Text Example


Text Example

White with #0240AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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