Html Css Color HEX #0153BA Cobalt

📋 copy color: '#0153BA'

red 1 ◦ green 83 ◦ blue 186

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

Shades of Cobalt #0153BA

Tints of Cobalt #0153BA

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

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

 BLUE value IS 186 (73.05% from 255) = 68.89%

R = 0.37%
G = 30.74%
B = 68.89%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0153BA (or 0x0153BA) is known color: Cobalt. HEX triplet: 01, 53 and BA. RGB value is (1,83,186). Sum of RGB (Red+Green+Blue) = 1+83+186=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #0153BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0153BA is #FEAC45. Grayscale: #454545. Windows color (decimal): -16690246 or 12210945. OLE color: 12210945.

HSL color Cylindrical-coordinate representation of color #0153BA: hue angle of 213.41º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0153BA is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 83 186 -
CMYK 0.99 0.55 0 0.27
HSL 213.41º 0.99% 0.37% -
HSV(B) 213.41º 0.99% 0.73% -
XYZ 11.97 9.74 47.7 -
YUV 70.22 193.33 78.62 -
System Red Green Blue C M Y K H S L
Decimal 1 83 186 0.99 0.55 0 0.27 213.41 0.99 0.37
Hex 1 53 BA 63 37 0 1B D5 63 25
Octal 1 123 272 143 67 0 33 325 143 45
Binary 1 1010011 10111010 1100011 110111 0 11011 11010101 1100011 100101

Color Harmonies of #0153BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0153BA

Black with #0153BA

Text Example


Text Example

White with #0153BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0153BA; }

 p { color: rgb(1,83,186); }

 H1.HeaderClassName
 {
   color: #0153BA;
 }
 .AnyTagClassName
 {
   color: #0153BA;
 }
</style>

background-color css

<style>
 a { background-color: #0153BA; }

 a { background-color: rgb(1,83,186); }

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

border-color css

<style>
 span { border-color: #0153BA; }

 span { border-color: rgb(1,83,186); }

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