Html Css Color HEX #0240B0 Cobalt

📋 copy color: '#0240B0'

red 2 ◦ green 64 ◦ blue 176

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

Shades of Cobalt #0240B0

Tints of Cobalt #0240B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 72.73%

R = 0.83%
G = 26.45%
B = 72.73%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0240B0 (or 0x0240B0) is known color: Cobalt. HEX triplet: 02, 40 and B0. RGB value is (2,64,176). Sum of RGB (Red+Green+Blue) = 2+64+176=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 176 (69.14% from 255 or 72.73% from 242); Max value from RGB is 176 - color contains mainly: blue. Hex color #0240B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0240B0 is #FDBF4F. Grayscale: #393939. Windows color (decimal): -16629584 or 11550722. OLE color: 11550722.

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

Color convert

RGB 2 64 176 -
CMYK 0.99 0.64 0 0.31
HSL 218.62º 0.98% 0.35% -
HSV(B) 218.62º 0.99% 0.69% -
XYZ 9.69 6.81 41.88 -
YUV 58.23 194.46 87.89 -
System Red Green Blue C M Y K H S L
Decimal 2 64 176 0.99 0.64 0 0.31 218.62 0.98 0.35
Hex 2 40 B0 63 40 0 1F DB 62 23
Octal 2 100 260 143 100 0 37 333 142 43
Binary 10 1000000 10110000 1100011 1000000 0 11111 11011011 1100010 100011

Color Harmonies of #0240B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0240B0

Black with #0240B0

Text Example


Text Example

White with #0240B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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