Html Css Color HEX #0B5CAA Denim

📋 copy color: '#0B5CAA'

red 11 ◦ green 92 ◦ blue 170

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

Shades of Denim #0B5CAA

Tints of Denim #0B5CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.7%

 BLUE value IS 170 (66.8% from 255) = 62.27%

R = 4.03%
G = 33.7%
B = 62.27%

CMYK

 C value IS 0.94

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B5CAA (or 0x0B5CAA) is known color: Denim. HEX triplet: 0B, 5C and AA. RGB value is (11,92,170). Sum of RGB (Red+Green+Blue) = 11+92+170=273 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.03% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #0B5CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5CAA is #F4A355. Grayscale: #4C4C4C. Windows color (decimal): -16032598 or 11164683. OLE color: 11164683.

HSL color Cylindrical-coordinate representation of color #0B5CAA: hue angle of 209.43º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B5CAA is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 92 170 -
CMYK 0.94 0.46 0 0.33
HSL 209.43º 0.88% 0.35% -
HSV(B) 209.43º 0.94% 0.67% -
XYZ 11.22 10.63 39.49 -
YUV 76.67 180.66 81.16 -
System Red Green Blue C M Y K H S L
Decimal 11 92 170 0.94 0.46 0 0.33 209.43 0.88 0.35
Hex B 5C AA 5E 2E 0 21 D1 58 23
Octal 13 134 252 136 56 0 41 321 130 43
Binary 1011 1011100 10101010 1011110 101110 0 100001 11010001 1011000 100011

Color Harmonies of #0B5CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5CAA

Black with #0B5CAA

Text Example


Text Example

White with #0B5CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,92,170); }

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

background-color css

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

 a { background-color: rgb(11,92,170); }

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

border-color css

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

 span { border-color: rgb(11,92,170); }

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