Html Css Color HEX #010783 Navy

📋 copy color: '#010783'

red 1 ◦ green 7 ◦ blue 131

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

Shades of Navy #010783

Tints of Navy #010783

RGB

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

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

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

R = 0.72%
G = 5.04%
B = 94.24%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#010783 (or 0x010783) is known color: Navy. HEX triplet: 01, 07 and 83. RGB value is (1,7,131). Sum of RGB (Red+Green+Blue) = 1+7+131=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 131 (51.56% from 255 or 94.24% from 139); Max value from RGB is 131 - color contains mainly: blue. Hex color #010783 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010783 is #FEF87C. Grayscale: #121212. Windows color (decimal): -16709757 or 8587009. OLE color: 8587009.

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

Color convert

RGB 1 7 131 -
CMYK 0.99 0.95 0 0.49
HSL 237.23º 0.98% 0.26% -
HSV(B) 237.23º 0.99% 0.51% -
XYZ 4.19 1.8 21.6 -
YUV 19.34 191.01 114.92 -
System Red Green Blue C M Y K H S L
Decimal 1 7 131 0.99 0.95 0 0.49 237.23 0.98 0.26
Hex 1 7 83 63 5F 0 31 ED 62 1A
Octal 1 7 203 143 137 0 61 355 142 32
Binary 1 111 10000011 1100011 1011111 0 110001 11101101 1100010 11010

Color Harmonies of #010783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010783

Black with #010783

Text Example


Text Example

White with #010783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010783; }

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

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

background-color css

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

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

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

border-color css

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

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

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