Html Css Color HEX #010965 Navy

📋 copy color: '#010965'

red 1 ◦ green 9 ◦ blue 101

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

Shades of Navy #010965

Tints of Navy #010965

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.11%

 BLUE value IS 101 (39.84% from 255) = 90.99%

R = 0.9%
G = 8.11%
B = 90.99%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#010965 (or 0x010965) is known color: Navy. HEX triplet: 01, 09 and 65. RGB value is (1,9,101). Sum of RGB (Red+Green+Blue) = 1+9+101=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 101 (39.84% from 255 or 90.99% from 111); Max value from RGB is 101 - color contains mainly: blue. Hex color #010965 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010965 is #FEF69A. Grayscale: #101010. Windows color (decimal): -16709275 or 6621441. OLE color: 6621441.

HSL color Cylindrical-coordinate representation of color #010965: hue angle of 235.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010965 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 9 101 -
CMYK 0.99 0.91 0 0.60
HSL 235.2º 0.98% 0.2% -
HSV(B) 235.2º 0.99% 0.4% -
XYZ 2.46 1.14 12.4 -
YUV 17.1 175.35 116.52 -
System Red Green Blue C M Y K H S L
Decimal 1 9 101 0.99 0.91 0 0.60 235.2 0.98 0.2
Hex 1 9 65 63 5B 0 3C EB 62 14
Octal 1 11 145 143 133 0 74 353 142 24
Binary 1 1001 1100101 1100011 1011011 0 111100 11101011 1100010 10100

Color Harmonies of #010965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010965

Black with #010965

Text Example


Text Example

White with #010965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010965; }

 p { color: rgb(1,9,101); }

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

background-color css

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

 a { background-color: rgb(1,9,101); }

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

border-color css

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

 span { border-color: rgb(1,9,101); }

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