Html Css Color HEX #0B057D Navy

📋 copy color: '#0B057D'

red 11 ◦ green 5 ◦ blue 125

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

Shades of Navy #0B057D

Tints of Navy #0B057D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 88.65%

R = 7.8%
G = 3.55%
B = 88.65%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0B057D (or 0x0B057D) is known color: Navy. HEX triplet: 0B, 05 and 7D. RGB value is (11,5,125). Sum of RGB (Red+Green+Blue) = 11+5+125=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 125 (49.22% from 255 or 88.65% from 141); Max value from RGB is 125 - color contains mainly: blue. Hex color #0B057D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B057D is #F4FA82. Grayscale: #141414. Windows color (decimal): -16054915 or 8193291. OLE color: 8193291.

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

Color convert

RGB 11 5 125 -
CMYK 0.91 0.96 0 0.51
HSL 243º 0.92% 0.25% -
HSV(B) 243º 0.96% 0.49% -
XYZ 3.89 1.66 19.52 -
YUV 20.47 186.99 121.24 -
System Red Green Blue C M Y K H S L
Decimal 11 5 125 0.91 0.96 0 0.51 243 0.92 0.25
Hex B 5 7D 5B 60 0 33 F3 5C 19
Octal 13 5 175 133 140 0 63 363 134 31
Binary 1011 101 1111101 1011011 1100000 0 110011 11110011 1011100 11001

Color Harmonies of #0B057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B057D

Black with #0B057D

Text Example


Text Example

White with #0B057D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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