Html Css Color HEX #0253BC Cobalt

📋 copy color: '#0253BC'

red 2 ◦ green 83 ◦ blue 188

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

Shades of Cobalt #0253BC

Tints of Cobalt #0253BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 68.86%

R = 0.73%
G = 30.4%
B = 68.86%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0253BC (or 0x0253BC) is known color: Cobalt. HEX triplet: 02, 53 and BC. RGB value is (2,83,188). Sum of RGB (Red+Green+Blue) = 2+83+188=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #0253BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0253BC is #FDAC43. Grayscale: #464646. Windows color (decimal): -16624708 or 12342018. OLE color: 12342018.

HSL color Cylindrical-coordinate representation of color #0253BC: hue angle of 213.87º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0253BC is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 83 188 -
CMYK 0.99 0.56 0 0.26
HSL 213.87º 0.98% 0.37% -
HSV(B) 213.87º 0.99% 0.74% -
XYZ 12.2 9.83 48.83 -
YUV 70.75 194.16 78.96 -
System Red Green Blue C M Y K H S L
Decimal 2 83 188 0.99 0.56 0 0.26 213.87 0.98 0.37
Hex 2 53 BC 63 38 0 1A D6 62 25
Octal 2 123 274 143 70 0 32 326 142 45
Binary 10 1010011 10111100 1100011 111000 0 11010 11010110 1100010 100101

Color Harmonies of #0253BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0253BC

Black with #0253BC

Text Example


Text Example

White with #0253BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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