Html Css Color HEX #000783 Navy

📋 copy color: '#000783'

red 0 ◦ green 7 ◦ blue 131

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

Shades of Navy #000783

Tints of Navy #000783

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.07%

 BLUE value IS 131 (51.56% from 255) = 94.93%

R = 0%
G = 5.07%
B = 94.93%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#000783 (or 0x000783) is known color: Navy. HEX triplet: 00, 07 and 83. RGB value is (0,7,131). Sum of RGB (Red+Green+Blue) = 0+7+131=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 131 (51.56% from 255 or 94.93% from 138); Max value from RGB is 131 - color contains mainly: blue. Hex color #000783 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000783 is #FFF87C. Grayscale: #121212. Windows color (decimal): -16775293 or 8587008. OLE color: 8587008.

HSL color Cylindrical-coordinate representation of color #000783: hue angle of 236.79º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000783 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 7 131 -
CMYK 1 0.95 0 0.49
HSL 236.79º 1% 0.26% -
HSV(B) 236.79º 1% 0.51% -
XYZ 4.17 1.79 21.6 -
YUV 19.04 191.18 114.42 -
System Red Green Blue C M Y K H S L
Decimal 0 7 131 1 0.95 0 0.49 236.79 1 0.26
Hex 0 7 83 64 5F 0 31 ED 64 1A
Octal 0 7 203 144 137 0 61 355 144 32
Binary 0 111 10000011 1100100 1011111 0 110001 11101101 1100100 11010

Color Harmonies of #000783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000783

Black with #000783

Text Example


Text Example

White with #000783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000783; }

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

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

background-color css

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

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

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

border-color css

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

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

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