Html Css Color HEX #0B53AB Cobalt

📋 copy color: '#0B53AB'

red 11 ◦ green 83 ◦ blue 171

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

Shades of Cobalt #0B53AB

Tints of Cobalt #0B53AB

RGB

 RED value IS 11 (4.69% from 255) = 4.15%

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

 BLUE value IS 171 (67.19% from 255) = 64.53%

R = 4.15%
G = 31.32%
B = 64.53%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B53AB (or 0x0B53AB) is known color: Cobalt. HEX triplet: 0B, 53 and AB. RGB value is (11,83,171). Sum of RGB (Red+Green+Blue) = 11+83+171=265 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.15% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B53AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B53AB is #F4AC54. Grayscale: #474747. Windows color (decimal): -16034901 or 11227915. OLE color: 11227915.

HSL color Cylindrical-coordinate representation of color #0B53AB: hue angle of 213º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B53AB is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 83 171 -
CMYK 0.94 0.51 0 0.33
HSL 213º 0.88% 0.36% -
HSV(B) 213º 0.94% 0.67% -
XYZ 10.58 9.2 39.75 -
YUV 71.5 184.15 84.84 -
System Red Green Blue C M Y K H S L
Decimal 11 83 171 0.94 0.51 0 0.33 213 0.88 0.36
Hex B 53 AB 5E 33 0 21 D5 58 24
Octal 13 123 253 136 63 0 41 325 130 44
Binary 1011 1010011 10101011 1011110 110011 0 100001 11010101 1011000 100100

Color Harmonies of #0B53AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B53AB

Black with #0B53AB

Text Example


Text Example

White with #0B53AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B53AB; }

 p { color: rgb(11,83,171); }

 H1.HeaderClassName
 {
   color: #0B53AB;
 }
 .AnyTagClassName
 {
   color: #0B53AB;
 }
</style>

background-color css

<style>
 a { background-color: #0B53AB; }

 a { background-color: rgb(11,83,171); }

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

border-color css

<style>
 span { border-color: #0B53AB; }

 span { border-color: rgb(11,83,171); }

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