Html Css Color HEX #0A1675 Midnight Blue

📋 copy color: '#0A1675'

red 10 ◦ green 22 ◦ blue 117

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

Shades of Midnight Blue #0A1675

Tints of Midnight Blue #0A1675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 78.52%

R = 6.71%
G = 14.77%
B = 78.52%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0A1675 (or 0x0A1675) is known color: Midnight Blue. HEX triplet: 0A, 16 and 75. RGB value is (10,22,117). Sum of RGB (Red+Green+Blue) = 10+22+117=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 117 (46.09% from 255 or 78.52% from 149); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A1675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1675 is #F5E98A. Grayscale: #1C1C1C. Windows color (decimal): -16116107 or 7673354. OLE color: 7673354.

HSL color Cylindrical-coordinate representation of color #0A1675: hue angle of 233.27º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1675 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 10 22 117 -
CMYK 0.91 0.81 0 0.54
HSL 233.27º 0.84% 0.25% -
HSV(B) 233.27º 0.91% 0.46% -
XYZ 3.62 1.92 17.01 -
YUV 29.24 177.52 114.28 -
System Red Green Blue C M Y K H S L
Decimal 10 22 117 0.91 0.81 0 0.54 233.27 0.84 0.25
Hex A 16 75 5B 51 0 36 E9 54 19
Octal 12 26 165 133 121 0 66 351 124 31
Binary 1010 10110 1110101 1011011 1010001 0 110110 11101001 1010100 11001

Color Harmonies of #0A1675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1675

Black with #0A1675

Text Example


Text Example

White with #0A1675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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