Html Css Color HEX #0B057A Navy

📋 copy color: '#0B057A'

red 11 ◦ green 5 ◦ blue 122

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

Shades of Navy #0B057A

Tints of Navy #0B057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 88.41%

R = 7.97%
G = 3.62%
B = 88.41%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0B057A (or 0x0B057A) is known color: Navy. HEX triplet: 0B, 05 and 7A. RGB value is (11,5,122). Sum of RGB (Red+Green+Blue) = 11+5+122=138 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.97% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 122 (48.05% from 255 or 88.41% from 138); Max value from RGB is 122 - color contains mainly: blue. Hex color #0B057A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B057A is #F4FA85. Grayscale: #131313. Windows color (decimal): -16054918 or 7996683. OLE color: 7996683.

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

Color convert

RGB 11 5 122 -
CMYK 0.91 0.96 0 0.52
HSL 243.08º 0.92% 0.25% -
HSV(B) 243.08º 0.96% 0.48% -
XYZ 3.71 1.58 18.52 -
YUV 20.13 185.49 121.49 -
System Red Green Blue C M Y K H S L
Decimal 11 5 122 0.91 0.96 0 0.52 243.08 0.92 0.25
Hex B 5 7A 5B 60 0 34 F3 5C 19
Octal 13 5 172 133 140 0 64 363 134 31
Binary 1011 101 1111010 1011011 1100000 0 110100 11110011 1011100 11001

Color Harmonies of #0B057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B057A

Black with #0B057A

Text Example


Text Example

White with #0B057A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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