Html Css Color HEX #010A62 Midnight Blue

📋 copy color: '#010A62'

red 1 ◦ green 10 ◦ blue 98

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

Shades of Midnight Blue #010A62

Tints of Midnight Blue #010A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 89.91%

R = 0.92%
G = 9.17%
B = 89.91%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010A62 (or 0x010A62) is known color: Midnight Blue. HEX triplet: 01, 0A and 62. RGB value is (1,10,98). Sum of RGB (Red+Green+Blue) = 1+10+98=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 98 (38.67% from 255 or 89.91% from 109); Max value from RGB is 98 - color contains mainly: blue. Hex color #010A62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A62 is #FEF59D. Grayscale: #101010. Windows color (decimal): -16709022 or 6425089. OLE color: 6425089.

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

Color convert

RGB 1 10 98 -
CMYK 0.99 0.90 0 0.62
HSL 234.43º 0.98% 0.19% -
HSV(B) 234.43º 0.99% 0.38% -
XYZ 2.33 1.11 11.65 -
YUV 17.34 173.52 116.34 -
System Red Green Blue C M Y K H S L
Decimal 1 10 98 0.99 0.90 0 0.62 234.43 0.98 0.19
Hex 1 A 62 63 5A 0 3E EA 62 13
Octal 1 12 142 143 132 0 76 352 142 23
Binary 1 1010 1100010 1100011 1011010 0 111110 11101010 1100010 10011

Color Harmonies of #010A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A62

Black with #010A62

Text Example


Text Example

White with #010A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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