Html Css Color HEX #0B4FBC Denim

📋 copy color: '#0B4FBC'

red 11 ◦ green 79 ◦ blue 188

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

Shades of Denim #0B4FBC

Tints of Denim #0B4FBC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.42%

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

R = 3.96%
G = 28.42%
B = 67.63%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0B4FBC (or 0x0B4FBC) is known color: Denim. HEX triplet: 0B, 4F and BC. RGB value is (11,79,188). Sum of RGB (Red+Green+Blue) = 11+79+188=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #0B4FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B4FBC is #F4B043. Grayscale: #464646. Windows color (decimal): -16035908 or 12341003. OLE color: 12341003.

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

Color convert

RGB 11 79 188 -
CMYK 0.94 0.58 0 0.26
HSL 216.95º 0.89% 0.39% -
HSV(B) 216.95º 0.94% 0.74% -
XYZ 12.01 9.29 48.74 -
YUV 71.09 193.97 85.14 -
System Red Green Blue C M Y K H S L
Decimal 11 79 188 0.94 0.58 0 0.26 216.95 0.89 0.39
Hex B 4F BC 5E 3A 0 1A D9 59 27
Octal 13 117 274 136 72 0 32 331 131 47
Binary 1011 1001111 10111100 1011110 111010 0 11010 11011001 1011001 100111

Color Harmonies of #0B4FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4FBC

Black with #0B4FBC

Text Example


Text Example

White with #0B4FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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