Html Css Color HEX #0B4ECB Denim

📋 copy color: '#0B4ECB'

red 11 ◦ green 78 ◦ blue 203

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

Shades of Denim #0B4ECB

Tints of Denim #0B4ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.71%

 BLUE value IS 203 (79.69% from 255) = 69.52%

R = 3.77%
G = 26.71%
B = 69.52%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0B4ECB (or 0x0B4ECB) is known color: Denim. HEX triplet: 0B, 4E and CB. RGB value is (11,78,203). Sum of RGB (Red+Green+Blue) = 11+78+203=292 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.77% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 203 (79.69% from 255 or 69.52% from 292); Max value from RGB is 203 - color contains mainly: blue. Hex color #0B4ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B4ECB is #F4B134. Grayscale: #474747. Windows color (decimal): -16036149 or 13323787. OLE color: 13323787.

HSL color Cylindrical-coordinate representation of color #0B4ECB: hue angle of 219.06º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B4ECB is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 78 203 -
CMYK 0.95 0.62 0 0.20
HSL 219.06º 0.9% 0.42% -
HSV(B) 219.06º 0.95% 0.8% -
XYZ 13.64 9.83 57.68 -
YUV 72.22 201.8 84.34 -
System Red Green Blue C M Y K H S L
Decimal 11 78 203 0.95 0.62 0 0.20 219.06 0.9 0.42
Hex B 4E CB 5F 3E 0 14 DB 5A 2A
Octal 13 116 313 137 76 0 24 333 132 52
Binary 1011 1001110 11001011 1011111 111110 0 10100 11011011 1011010 101010

Color Harmonies of #0B4ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4ECB

Black with #0B4ECB

Text Example


Text Example

White with #0B4ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,78,203); }

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

background-color css

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

 a { background-color: rgb(11,78,203); }

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

border-color css

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

 span { border-color: rgb(11,78,203); }

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