Html Css Color HEX #0B82CD Navy Blue

📋 copy color: '#0B82CD'

red 11 ◦ green 130 ◦ blue 205

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

Shades of Navy Blue #0B82CD

Tints of Navy Blue #0B82CD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.57%

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

R = 3.18%
G = 37.57%
B = 59.25%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0B82CD (or 0x0B82CD) is known color: Navy Blue. HEX triplet: 0B, 82 and CD. RGB value is (11,130,205). Sum of RGB (Red+Green+Blue) = 11+130+205=346 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.18% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #0B82CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B82CD is #F47D32. Grayscale: #666666. Windows color (decimal): -16022835 or 13468171. OLE color: 13468171.

HSL color Cylindrical-coordinate representation of color #0B82CD: hue angle of 203.2º 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 #0B82CD is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 130 205 -
CMYK 0.95 0.37 0 0.20
HSL 203.2º 0.9% 0.42% -
HSV(B) 203.2º 0.95% 0.8% -
XYZ 19.14 20.44 60.69 -
YUV 102.97 185.58 62.4 -
System Red Green Blue C M Y K H S L
Decimal 11 130 205 0.95 0.37 0 0.20 203.2 0.9 0.42
Hex B 82 CD 5F 25 0 14 CB 5A 2A
Octal 13 202 315 137 45 0 24 313 132 52
Binary 1011 10000010 11001101 1011111 100101 0 10100 11001011 1011010 101010

Color Harmonies of #0B82CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B82CD

Black with #0B82CD

Text Example


Text Example

White with #0B82CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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