Html Css Color HEX #010A85 Navy

📋 copy color: '#010A85'

red 1 ◦ green 10 ◦ blue 133

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

Shades of Navy #010A85

Tints of Navy #010A85

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.94%

 BLUE value IS 133 (52.34% from 255) = 92.36%

R = 0.69%
G = 6.94%
B = 92.36%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#010A85 (or 0x010A85) is known color: Navy. HEX triplet: 01, 0A and 85. RGB value is (1,10,133). Sum of RGB (Red+Green+Blue) = 1+10+133=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 133 (52.34% from 255 or 92.36% from 144); Max value from RGB is 133 - color contains mainly: blue. Hex color #010A85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010A85 is #FEF57A. Grayscale: #141414. Windows color (decimal): -16708987 or 8718849. OLE color: 8718849.

HSL color Cylindrical-coordinate representation of color #010A85: hue angle of 235.91º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010A85 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 10 133 -
CMYK 0.99 0.92 0 0.48
HSL 235.91º 0.99% 0.26% -
HSV(B) 235.91º 0.99% 0.52% -
XYZ 4.35 1.92 22.33 -
YUV 21.33 191.02 113.5 -
System Red Green Blue C M Y K H S L
Decimal 1 10 133 0.99 0.92 0 0.48 235.91 0.99 0.26
Hex 1 A 85 63 5C 0 30 EC 63 1A
Octal 1 12 205 143 134 0 60 354 143 32
Binary 1 1010 10000101 1100011 1011100 0 110000 11101100 1100011 11010

Color Harmonies of #010A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A85

Black with #010A85

Text Example


Text Example

White with #010A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,10,133); }

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

background-color css

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

 a { background-color: rgb(1,10,133); }

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

border-color css

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

 span { border-color: rgb(1,10,133); }

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