Html Css Color HEX #0A0E53 Midnight Blue

📋 copy color: '#0A0E53'

red 10 ◦ green 14 ◦ blue 83

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

Shades of Midnight Blue #0A0E53

Tints of Midnight Blue #0A0E53

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.08%

 BLUE value IS 83 (32.81% from 255) = 77.57%

R = 9.35%
G = 13.08%
B = 77.57%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0A0E53 (or 0x0A0E53) is known color: Midnight Blue. HEX triplet: 0A, 0E and 53. RGB value is (10,14,83). Sum of RGB (Red+Green+Blue) = 10+14+83=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 83 (32.81% from 255 or 77.57% from 107); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A0E53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0E53 is #F5F1AC. Grayscale: #141414. Windows color (decimal): -16118189 or 5443082. OLE color: 5443082.

HSL color Cylindrical-coordinate representation of color #0A0E53: hue angle of 236.71º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A0E53 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 14 83 -
CMYK 0.88 0.83 0 0.67
HSL 236.71º 0.78% 0.18% -
HSV(B) 236.71º 0.88% 0.33% -
XYZ 1.84 1 8.28 -
YUV 20.67 163.17 120.39 -
System Red Green Blue C M Y K H S L
Decimal 10 14 83 0.88 0.83 0 0.67 236.71 0.78 0.18
Hex A E 53 58 53 0 43 ED 4E 12
Octal 12 16 123 130 123 0 103 355 116 22
Binary 1010 1110 1010011 1011000 1010011 0 1000011 11101101 1001110 10010

Color Harmonies of #0A0E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0E53

Black with #0A0E53

Text Example


Text Example

White with #0A0E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,14,83); }

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

background-color css

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

 a { background-color: rgb(10,14,83); }

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

border-color css

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

 span { border-color: rgb(10,14,83); }

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