Html Css Color HEX #0240BE Cobalt

📋 copy color: '#0240BE'

red 2 ◦ green 64 ◦ blue 190

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

Shades of Cobalt #0240BE

Tints of Cobalt #0240BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 74.22%

R = 0.78%
G = 25%
B = 74.22%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0240BE (or 0x0240BE) is known color: Cobalt. HEX triplet: 02, 40 and BE. RGB value is (2,64,190). Sum of RGB (Red+Green+Blue) = 2+64+190=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #0240BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0240BE is #FDBF41. Grayscale: #3B3B3B. Windows color (decimal): -16629570 or 12468226. OLE color: 12468226.

HSL color Cylindrical-coordinate representation of color #0240BE: hue angle of 220.21º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0240BE is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 64 190 -
CMYK 0.99 0.66 0 0.25
HSL 220.21º 0.98% 0.38% -
HSV(B) 220.21º 0.99% 0.75% -
XYZ 11.15 7.4 49.56 -
YUV 59.83 201.46 86.75 -
System Red Green Blue C M Y K H S L
Decimal 2 64 190 0.99 0.66 0 0.25 220.21 0.98 0.38
Hex 2 40 BE 63 42 0 19 DC 62 26
Octal 2 100 276 143 102 0 31 334 142 46
Binary 10 1000000 10111110 1100011 1000010 0 11001 11011100 1100010 100110

Color Harmonies of #0240BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0240BE

Black with #0240BE

Text Example


Text Example

White with #0240BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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