Html Css Color HEX #0053BE Cobalt

📋 copy color: '#0053BE'

red 0 ◦ green 83 ◦ blue 190

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

Shades of Cobalt #0053BE

Tints of Cobalt #0053BE

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 30.4%
B = 69.6%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0053BE (or 0x0053BE) is known color: Cobalt. HEX triplet: 00, 53 and BE. RGB value is (0,83,190). Sum of RGB (Red+Green+Blue) = 0+83+190=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #0053BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0053BE is #FFAC41. Grayscale: #454545. Windows color (decimal): -16755778 or 12473088. OLE color: 12473088.

HSL color Cylindrical-coordinate representation of color #0053BE: hue angle of 213.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0053BE is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 83 190 -
CMYK 1 0.56 0 0.25
HSL 213.79º 1% 0.37% -
HSV(B) 213.79º 1% 0.75% -
XYZ 12.39 9.9 49.97 -
YUV 70.38 195.5 77.8 -
System Red Green Blue C M Y K H S L
Decimal 0 83 190 1 0.56 0 0.25 213.79 1 0.37
Hex 0 53 BE 64 38 0 19 D6 64 25
Octal 0 123 276 144 70 0 31 326 144 45
Binary 0 1010011 10111110 1100100 111000 0 11001 11010110 1100100 100101

Color Harmonies of #0053BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0053BE

Black with #0053BE

Text Example


Text Example

White with #0053BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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