Html Css Color HEX #0B73CD Navy Blue

📋 copy color: '#0B73CD'

red 11 ◦ green 115 ◦ blue 205

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

Shades of Navy Blue #0B73CD

Tints of Navy Blue #0B73CD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.74%

 BLUE value IS 205 (80.47% from 255) = 61.93%

R = 3.32%
G = 34.74%
B = 61.93%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0B73CD (or 0x0B73CD) is known color: Navy Blue. HEX triplet: 0B, 73 and CD. RGB value is (11,115,205). Sum of RGB (Red+Green+Blue) = 11+115+205=331 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.32% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #0B73CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B73CD is #F48C32. Grayscale: #5D5D5D. Windows color (decimal): -16026675 or 13464331. OLE color: 13464331.

HSL color Cylindrical-coordinate representation of color #0B73CD: hue angle of 207.84º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B73CD is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 115 205 -
CMYK 0.95 0.44 0 0.20
HSL 207.84º 0.9% 0.42% -
HSV(B) 207.84º 0.95% 0.8% -
XYZ 17.29 16.74 60.08 -
YUV 94.16 190.54 68.68 -
System Red Green Blue C M Y K H S L
Decimal 11 115 205 0.95 0.44 0 0.20 207.84 0.9 0.42
Hex B 73 CD 5F 2C 0 14 D0 5A 2A
Octal 13 163 315 137 54 0 24 320 132 52
Binary 1011 1110011 11001101 1011111 101100 0 10100 11010000 1011010 101010

Color Harmonies of #0B73CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B73CD

Black with #0B73CD

Text Example


Text Example

White with #0B73CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,115,205); }

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

background-color css

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

 a { background-color: rgb(11,115,205); }

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

border-color css

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

 span { border-color: rgb(11,115,205); }

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