Html Css Color HEX #0B43AC Cobalt

📋 copy color: '#0B43AC'

red 11 ◦ green 67 ◦ blue 172

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

Shades of Cobalt #0B43AC

Tints of Cobalt #0B43AC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.8%

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

R = 4.4%
G = 26.8%
B = 68.8%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B43AC (or 0x0B43AC) is known color: Cobalt. HEX triplet: 0B, 43 and AC. RGB value is (11,67,172). Sum of RGB (Red+Green+Blue) = 11+67+172=250 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.4% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B43AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B43AC is #F4BC53. Grayscale: #3D3D3D. Windows color (decimal): -16038996 or 11289355. OLE color: 11289355.

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

Color convert

RGB 11 67 172 -
CMYK 0.94 0.61 0 0.33
HSL 219.13º 0.88% 0.36% -
HSV(B) 219.13º 0.94% 0.67% -
XYZ 9.59 7.06 39.89 -
YUV 62.23 189.95 91.46 -
System Red Green Blue C M Y K H S L
Decimal 11 67 172 0.94 0.61 0 0.33 219.13 0.88 0.36
Hex B 43 AC 5E 3D 0 21 DB 58 24
Octal 13 103 254 136 75 0 41 333 130 44
Binary 1011 1000011 10101100 1011110 111101 0 100001 11011011 1011000 100100

Color Harmonies of #0B43AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B43AC

Black with #0B43AC

Text Example


Text Example

White with #0B43AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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