Html Css Color HEX #0B5EA5 Denim

📋 copy color: '#0B5EA5'

red 11 ◦ green 94 ◦ blue 165

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

Shades of Denim #0B5EA5

Tints of Denim #0B5EA5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.81%

 BLUE value IS 165 (64.84% from 255) = 61.11%

R = 4.07%
G = 34.81%
B = 61.11%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0B5EA5 (or 0x0B5EA5) is known color: Denim. HEX triplet: 0B, 5E and A5. RGB value is (11,94,165). Sum of RGB (Red+Green+Blue) = 11+94+165=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 165 (64.84% from 255 or 61.11% from 270); Max value from RGB is 165 - color contains mainly: blue. Hex color #0B5EA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5EA5 is #F4A15A. Grayscale: #4C4C4C. Windows color (decimal): -16032091 or 10837515. OLE color: 10837515.

HSL color Cylindrical-coordinate representation of color #0B5EA5: hue angle of 207.66º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B5EA5 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 11 94 165 -
CMYK 0.93 0.43 0 0.35
HSL 207.66º 0.88% 0.35% -
HSV(B) 207.66º 0.93% 0.65% -
XYZ 10.93 10.79 37.1 -
YUV 77.28 177.5 80.73 -
System Red Green Blue C M Y K H S L
Decimal 11 94 165 0.93 0.43 0 0.35 207.66 0.88 0.35
Hex B 5E A5 5D 2B 0 23 D0 58 23
Octal 13 136 245 135 53 0 43 320 130 43
Binary 1011 1011110 10100101 1011101 101011 0 100011 11010000 1011000 100011

Color Harmonies of #0B5EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5EA5

Black with #0B5EA5

Text Example


Text Example

White with #0B5EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,94,165); }

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

background-color css

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

 a { background-color: rgb(11,94,165); }

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

border-color css

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

 span { border-color: rgb(11,94,165); }

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