Html Css Color HEX #0A1677 Midnight Blue

📋 copy color: '#0A1677'

red 10 ◦ green 22 ◦ blue 119

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

Shades of Midnight Blue #0A1677

Tints of Midnight Blue #0A1677

RGB

 RED value IS 10 (4.3% from 255) = 6.62%

 GREEN value IS 22 (8.98% from 255) = 14.57%

 BLUE value IS 119 (46.88% from 255) = 78.81%

R = 6.62%
G = 14.57%
B = 78.81%

CMYK

 C value IS 0.92

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0A1677 (or 0x0A1677) is known color: Midnight Blue. HEX triplet: 0A, 16 and 77. RGB value is (10,22,119). Sum of RGB (Red+Green+Blue) = 10+22+119=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 119 (46.88% from 255 or 78.81% from 151); Max value from RGB is 119 - color contains mainly: blue. Hex color #0A1677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1677 is #F5E988. Grayscale: #1D1D1D. Windows color (decimal): -16116105 or 7804426. OLE color: 7804426.

HSL color Cylindrical-coordinate representation of color #0A1677: hue angle of 233.39º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1677 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 22 119 -
CMYK 0.92 0.82 0 0.53
HSL 233.39º 0.84% 0.25% -
HSV(B) 233.39º 0.92% 0.47% -
XYZ 3.74 1.97 17.64 -
YUV 29.47 178.52 114.11 -
System Red Green Blue C M Y K H S L
Decimal 10 22 119 0.92 0.82 0 0.53 233.39 0.84 0.25
Hex A 16 77 5C 52 0 35 E9 54 19
Octal 12 26 167 134 122 0 65 351 124 31
Binary 1010 10110 1110111 1011100 1010010 0 110101 11101001 1010100 11001

Color Harmonies of #0A1677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1677

Black with #0A1677

Text Example


Text Example

White with #0A1677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A1677; }

 p { color: rgb(10,22,119); }

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

background-color css

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

 a { background-color: rgb(10,22,119); }

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

border-color css

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

 span { border-color: rgb(10,22,119); }

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