Html Css Color HEX #0083DC Navy Blue

📋 copy color: '#0083DC'

red 0 ◦ green 131 ◦ blue 220

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

Shades of Navy Blue #0083DC

Tints of Navy Blue #0083DC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 131 (51.56% from 255) = 37.32%

 BLUE value IS 220 (86.33% from 255) = 62.68%

R = 0%
G = 37.32%
B = 62.68%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0083DC (or 0x0083DC) is known color: Navy Blue. HEX triplet: 00, 83 and DC. RGB value is (0,131,220). Sum of RGB (Red+Green+Blue) = 0+131+220=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #0083DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0083DC is #FF7C23. Grayscale: #656565. Windows color (decimal): -16743460 or 14451456. OLE color: 14451456.

HSL color Cylindrical-coordinate representation of color #0083DC: hue angle of 204.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0083DC is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 131 220 -
CMYK 1 0.40 0 0.14
HSL 204.27º 1% 0.43% -
HSV(B) 204.27º 1% 0.86% -
XYZ 21.03 21.4 70.73 -
YUV 101.98 194.6 55.26 -
System Red Green Blue C M Y K H S L
Decimal 0 131 220 1 0.40 0 0.14 204.27 1 0.43
Hex 0 83 DC 64 28 0 E CC 64 2B
Octal 0 203 334 144 50 0 16 314 144 53
Binary 0 10000011 11011100 1100100 101000 0 1110 11001100 1100100 101011

Color Harmonies of #0083DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0083DC

Black with #0083DC

Text Example


Text Example

White with #0083DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0083DC; }

 p { color: rgb(0,131,220); }

 H1.HeaderClassName
 {
   color: #0083DC;
 }
 .AnyTagClassName
 {
   color: #0083DC;
 }
</style>

background-color css

<style>
 a { background-color: #0083DC; }

 a { background-color: rgb(0,131,220); }

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

border-color css

<style>
 span { border-color: #0083DC; }

 span { border-color: rgb(0,131,220); }

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