Html Css Color HEX #0B4ED1 Denim

📋 copy color: '#0B4ED1'

red 11 ◦ green 78 ◦ blue 209

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

Shades of Denim #0B4ED1

Tints of Denim #0B4ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 70.13%

R = 3.69%
G = 26.17%
B = 70.13%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0B4ED1 (or 0x0B4ED1) is known color: Denim. HEX triplet: 0B, 4E and D1. RGB value is (11,78,209). Sum of RGB (Red+Green+Blue) = 11+78+209=298 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.69% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 209 (82.03% from 255 or 70.13% from 298); Max value from RGB is 209 - color contains mainly: blue. Hex color #0B4ED1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B4ED1 is #F4B12E. Grayscale: #484848. Windows color (decimal): -16036143 or 13717003. OLE color: 13717003.

HSL color Cylindrical-coordinate representation of color #0B4ED1: hue angle of 219.7º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B4ED1 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 11 78 209 -
CMYK 0.95 0.63 0 0.18
HSL 219.7º 0.9% 0.43% -
HSV(B) 219.7º 0.95% 0.82% -
XYZ 14.37 10.12 61.52 -
YUV 72.9 204.8 83.85 -
System Red Green Blue C M Y K H S L
Decimal 11 78 209 0.95 0.63 0 0.18 219.7 0.9 0.43
Hex B 4E D1 5F 3F 0 12 DC 5A 2B
Octal 13 116 321 137 77 0 22 334 132 53
Binary 1011 1001110 11010001 1011111 111111 0 10010 11011100 1011010 101011

Color Harmonies of #0B4ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4ED1

Black with #0B4ED1

Text Example


Text Example

White with #0B4ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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