Html Css Color HEX #010960 Midnight Blue

📋 copy color: '#010960'

red 1 ◦ green 9 ◦ blue 96

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

Shades of Midnight Blue #010960

Tints of Midnight Blue #010960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 90.57%

R = 0.94%
G = 8.49%
B = 90.57%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010960 (or 0x010960) is known color: Midnight Blue. HEX triplet: 01, 09 and 60. RGB value is (1,9,96). Sum of RGB (Red+Green+Blue) = 1+9+96=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 96 (37.89% from 255 or 90.57% from 106); Max value from RGB is 96 - color contains mainly: blue. Hex color #010960 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010960 is #FEF69F. Grayscale: #101010. Windows color (decimal): -16709280 or 6293761. OLE color: 6293761.

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

Color convert

RGB 1 9 96 -
CMYK 0.99 0.91 0 0.62
HSL 234.95º 0.98% 0.19% -
HSV(B) 234.95º 0.99% 0.38% -
XYZ 2.22 1.05 11.15 -
YUV 16.53 172.85 116.93 -
System Red Green Blue C M Y K H S L
Decimal 1 9 96 0.99 0.91 0 0.62 234.95 0.98 0.19
Hex 1 9 60 63 5B 0 3E EB 62 13
Octal 1 11 140 143 133 0 76 353 142 23
Binary 1 1001 1100000 1100011 1011011 0 111110 11101011 1100010 10011

Color Harmonies of #010960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010960

Black with #010960

Text Example


Text Example

White with #010960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010960; }

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

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

background-color css

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

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

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

border-color css

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

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

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