Html Css Color HEX #0182CD Navy Blue

📋 copy color: '#0182CD'

red 1 ◦ green 130 ◦ blue 205

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

Shades of Navy Blue #0182CD

Tints of Navy Blue #0182CD

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

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

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

R = 0.3%
G = 38.69%
B = 61.01%

CMYK

 C value IS 1.00

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0182CD (or 0x0182CD) is known color: Navy Blue. HEX triplet: 01, 82 and CD. RGB value is (1,130,205). Sum of RGB (Red+Green+Blue) = 1+130+205=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #0182CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0182CD is #FE7D32. Grayscale: #636363. Windows color (decimal): -16678195 or 13468161. OLE color: 13468161.

HSL color Cylindrical-coordinate representation of color #0182CD: hue angle of 202.06º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0182CD is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 130 205 -
CMYK 1.00 0.37 0 0.20
HSL 202.06º 0.99% 0.4% -
HSV(B) 202.06º 1% 0.8% -
XYZ 19.01 20.38 60.69 -
YUV 99.98 187.26 57.4 -
System Red Green Blue C M Y K H S L
Decimal 1 130 205 1.00 0.37 0 0.20 202.06 0.99 0.4
Hex 1 82 CD 64 25 0 14 CA 63 28
Octal 1 202 315 144 45 0 24 312 143 50
Binary 1 10000010 11001101 1100100 100101 0 10100 11001010 1100011 101000

Color Harmonies of #0182CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0182CD

Black with #0182CD

Text Example


Text Example

White with #0182CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0182CD; }

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

 H1.HeaderClassName
 {
   color: #0182CD;
 }
 .AnyTagClassName
 {
   color: #0182CD;
 }
</style>

background-color css

<style>
 a { background-color: #0182CD; }

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

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

border-color css

<style>
 span { border-color: #0182CD; }

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

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