Html Css Color HEX #0B519A Cobalt

📋 copy color: '#0B519A'

red 11 ◦ green 81 ◦ blue 154

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

Shades of Cobalt #0B519A

Tints of Cobalt #0B519A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.93%

 BLUE value IS 154 (60.55% from 255) = 62.6%

R = 4.47%
G = 32.93%
B = 62.6%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0B519A (or 0x0B519A) is known color: Cobalt. HEX triplet: 0B, 51 and 9A. RGB value is (11,81,154). Sum of RGB (Red+Green+Blue) = 11+81+154=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 154 (60.55% from 255 or 62.60% from 246); Max value from RGB is 154 - color contains mainly: blue. Hex color #0B519A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B519A is #F4AE65. Grayscale: #444444. Windows color (decimal): -16035430 or 10113291. OLE color: 10113291.

HSL color Cylindrical-coordinate representation of color #0B519A: hue angle of 210.63º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B519A is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 11 81 154 -
CMYK 0.93 0.47 0 0.40
HSL 210.63º 0.87% 0.32% -
HSV(B) 210.63º 0.93% 0.6% -
XYZ 8.91 8.29 31.7 -
YUV 68.39 176.31 87.06 -
System Red Green Blue C M Y K H S L
Decimal 11 81 154 0.93 0.47 0 0.40 210.63 0.87 0.32
Hex B 51 9A 5D 2F 0 28 D3 57 20
Octal 13 121 232 135 57 0 50 323 127 40
Binary 1011 1010001 10011010 1011101 101111 0 101000 11010011 1010111 100000

Color Harmonies of #0B519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B519A

Black with #0B519A

Text Example


Text Example

White with #0B519A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,81,154); }

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

background-color css

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

 a { background-color: rgb(11,81,154); }

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

border-color css

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

 span { border-color: rgb(11,81,154); }

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