Html Css Color HEX #0B4ABC Cobalt

📋 copy color: '#0B4ABC'

red 11 ◦ green 74 ◦ blue 188

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

Shades of Cobalt #0B4ABC

Tints of Cobalt #0B4ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.11%

 BLUE value IS 188 (73.83% from 255) = 68.86%

R = 4.03%
G = 27.11%
B = 68.86%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0B4ABC (or 0x0B4ABC) is known color: Cobalt. HEX triplet: 0B, 4A and BC. RGB value is (11,74,188). Sum of RGB (Red+Green+Blue) = 11+74+188=273 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.03% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #0B4ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B4ABC is #F4B543. Grayscale: #434343. Windows color (decimal): -16037188 or 12339723. OLE color: 12339723.

HSL color Cylindrical-coordinate representation of color #0B4ABC: hue angle of 218.64º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B4ABC is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 74 188 -
CMYK 0.94 0.61 0 0.26
HSL 218.64º 0.89% 0.39% -
HSV(B) 218.64º 0.94% 0.74% -
XYZ 11.66 8.6 48.62 -
YUV 68.16 195.63 87.23 -
System Red Green Blue C M Y K H S L
Decimal 11 74 188 0.94 0.61 0 0.26 218.64 0.89 0.39
Hex B 4A BC 5E 3D 0 1A DB 59 27
Octal 13 112 274 136 75 0 32 333 131 47
Binary 1011 1001010 10111100 1011110 111101 0 11010 11011011 1011001 100111

Color Harmonies of #0B4ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4ABC

Black with #0B4ABC

Text Example


Text Example

White with #0B4ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,74,188); }

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

background-color css

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

 a { background-color: rgb(11,74,188); }

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

border-color css

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

 span { border-color: rgb(11,74,188); }

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