Html Css Color HEX #0B57AC Cobalt

📋 copy color: '#0B57AC'

red 11 ◦ green 87 ◦ blue 172

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

Shades of Cobalt #0B57AC

Tints of Cobalt #0B57AC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.22%

 BLUE value IS 172 (67.58% from 255) = 63.7%

R = 4.07%
G = 32.22%
B = 63.7%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B57AC (or 0x0B57AC) is known color: Cobalt. HEX triplet: 0B, 57 and AC. RGB value is (11,87,172). Sum of RGB (Red+Green+Blue) = 11+87+172=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B57AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B57AC is #F4A853. Grayscale: #494949. Windows color (decimal): -16033876 or 11294475. OLE color: 11294475.

HSL color Cylindrical-coordinate representation of color #0B57AC: hue angle of 211.68º 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 #0B57AC is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 87 172 -
CMYK 0.94 0.49 0 0.33
HSL 211.68º 0.88% 0.36% -
HSV(B) 211.68º 0.94% 0.67% -
XYZ 10.99 9.87 40.35 -
YUV 73.97 183.32 83.09 -
System Red Green Blue C M Y K H S L
Decimal 11 87 172 0.94 0.49 0 0.33 211.68 0.88 0.36
Hex B 57 AC 5E 31 0 21 D4 58 24
Octal 13 127 254 136 61 0 41 324 130 44
Binary 1011 1010111 10101100 1011110 110001 0 100001 11010100 1011000 100100

Color Harmonies of #0B57AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B57AC

Black with #0B57AC

Text Example


Text Example

White with #0B57AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,87,172); }

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

background-color css

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

 a { background-color: rgb(11,87,172); }

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

border-color css

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

 span { border-color: rgb(11,87,172); }

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