Html Css Color HEX #0B0583 Navy

📋 copy color: '#0B0583'

red 11 ◦ green 5 ◦ blue 131

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

Shades of Navy #0B0583

Tints of Navy #0B0583

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.4%

 BLUE value IS 131 (51.56% from 255) = 89.12%

R = 7.48%
G = 3.4%
B = 89.12%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0B0583 (or 0x0B0583) is known color: Navy. HEX triplet: 0B, 05 and 83. RGB value is (11,5,131). Sum of RGB (Red+Green+Blue) = 11+5+131=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 131 (51.56% from 255 or 89.12% from 147); Max value from RGB is 131 - color contains mainly: blue. Hex color #0B0583 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0583 is #F4FA7C. Grayscale: #141414. Windows color (decimal): -16054909 or 8586507. OLE color: 8586507.

HSL color Cylindrical-coordinate representation of color #0B0583: hue angle of 242.86º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B0583 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 11 5 131 -
CMYK 0.92 0.96 0 0.49
HSL 242.86º 0.93% 0.27% -
HSV(B) 242.86º 0.96% 0.51% -
XYZ 4.29 1.82 21.6 -
YUV 21.16 189.99 120.75 -
System Red Green Blue C M Y K H S L
Decimal 11 5 131 0.92 0.96 0 0.49 242.86 0.93 0.27
Hex B 5 83 5C 60 0 31 F3 5D 1B
Octal 13 5 203 134 140 0 61 363 135 33
Binary 1011 101 10000011 1011100 1100000 0 110001 11110011 1011101 11011

Color Harmonies of #0B0583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0583

Black with #0B0583

Text Example


Text Example

White with #0B0583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,5,131); }

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

background-color css

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

 a { background-color: rgb(11,5,131); }

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

border-color css

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

 span { border-color: rgb(11,5,131); }

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