Html Css Color HEX #0240AB Cobalt

📋 copy color: '#0240AB'

red 2 ◦ green 64 ◦ blue 171

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

Shades of Cobalt #0240AB

Tints of Cobalt #0240AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 72.15%

R = 0.84%
G = 27%
B = 72.15%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0240AB (or 0x0240AB) is known color: Cobalt. HEX triplet: 02, 40 and AB. RGB value is (2,64,171). Sum of RGB (Red+Green+Blue) = 2+64+171=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 171 (67.19% from 255 or 72.15% from 237); Max value from RGB is 171 - color contains mainly: blue. Hex color #0240AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0240AB is #FDBF54. Grayscale: #393939. Windows color (decimal): -16629589 or 11223042. OLE color: 11223042.

HSL color Cylindrical-coordinate representation of color #0240AB: hue angle of 217.99º 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 #0240AB is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 64 171 -
CMYK 0.99 0.63 0 0.33
HSL 217.99º 0.98% 0.34% -
HSV(B) 217.99º 0.99% 0.67% -
XYZ 9.21 6.62 39.32 -
YUV 57.66 191.96 88.3 -
System Red Green Blue C M Y K H S L
Decimal 2 64 171 0.99 0.63 0 0.33 217.99 0.98 0.34
Hex 2 40 AB 63 3F 0 21 DA 62 22
Octal 2 100 253 143 77 0 41 332 142 42
Binary 10 1000000 10101011 1100011 111111 0 100001 11011010 1100010 100010

Color Harmonies of #0240AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0240AB

Black with #0240AB

Text Example


Text Example

White with #0240AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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