Html Css Color HEX #0253BE Cobalt

📋 copy color: '#0253BE'

red 2 ◦ green 83 ◦ blue 190

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

Shades of Cobalt #0253BE

Tints of Cobalt #0253BE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.18%

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

R = 0.73%
G = 30.18%
B = 69.09%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0253BE (or 0x0253BE) is known color: Cobalt. HEX triplet: 02, 53 and BE. RGB value is (2,83,190). Sum of RGB (Red+Green+Blue) = 2+83+190=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #0253BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0253BE is #FDAC41. Grayscale: #464646. Windows color (decimal): -16624706 or 12473090. OLE color: 12473090.

HSL color Cylindrical-coordinate representation of color #0253BE: hue angle of 214.15º 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 #0253BE is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 83 190 -
CMYK 0.99 0.56 0 0.25
HSL 214.15º 0.98% 0.38% -
HSV(B) 214.15º 0.99% 0.75% -
XYZ 12.41 9.92 49.98 -
YUV 70.98 195.16 78.8 -
System Red Green Blue C M Y K H S L
Decimal 2 83 190 0.99 0.56 0 0.25 214.15 0.98 0.38
Hex 2 53 BE 63 38 0 19 D6 62 26
Octal 2 123 276 143 70 0 31 326 142 46
Binary 10 1010011 10111110 1100011 111000 0 11001 11010110 1100010 100110

Color Harmonies of #0253BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0253BE

Black with #0253BE

Text Example


Text Example

White with #0253BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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