Html Css Color HEX #010D83 Navy

📋 copy color: '#010D83'

red 1 ◦ green 13 ◦ blue 131

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

Shades of Navy #010D83

Tints of Navy #010D83

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.97%

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

R = 0.69%
G = 8.97%
B = 90.34%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#010D83 (or 0x010D83) is known color: Navy. HEX triplet: 01, 0D and 83. RGB value is (1,13,131). Sum of RGB (Red+Green+Blue) = 1+13+131=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 131 (51.56% from 255 or 90.34% from 145); Max value from RGB is 131 - color contains mainly: blue. Hex color #010D83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010D83 is #FEF27C. Grayscale: #161616. Windows color (decimal): -16708221 or 8588545. OLE color: 8588545.

HSL color Cylindrical-coordinate representation of color #010D83: hue angle of 234.46º 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 #010D83 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 13 131 -
CMYK 0.99 0.90 0 0.49
HSL 234.46º 0.98% 0.26% -
HSV(B) 234.46º 0.99% 0.51% -
XYZ 4.25 1.93 21.62 -
YUV 22.86 189.02 112.41 -
System Red Green Blue C M Y K H S L
Decimal 1 13 131 0.99 0.90 0 0.49 234.46 0.98 0.26
Hex 1 D 83 63 5A 0 31 EA 62 1A
Octal 1 15 203 143 132 0 61 352 142 32
Binary 1 1101 10000011 1100011 1011010 0 110001 11101010 1100010 11010

Color Harmonies of #010D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D83

Black with #010D83

Text Example


Text Example

White with #010D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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