Html Css Color HEX #0A146F Midnight Blue

📋 copy color: '#0A146F'

red 10 ◦ green 20 ◦ blue 111

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

Shades of Midnight Blue #0A146F

Tints of Midnight Blue #0A146F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.18%

 BLUE value IS 111 (43.75% from 255) = 78.72%

R = 7.09%
G = 14.18%
B = 78.72%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A146F (or 0x0A146F) is known color: Midnight Blue. HEX triplet: 0A, 14 and 6F. RGB value is (10,20,111). Sum of RGB (Red+Green+Blue) = 10+20+111=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 111 (43.75% from 255 or 78.72% from 141); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A146F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A146F is #F5EB90. Grayscale: #1B1B1B. Windows color (decimal): -16116625 or 7279626. OLE color: 7279626.

HSL color Cylindrical-coordinate representation of color #0A146F: hue angle of 234.06º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A146F is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 20 111 -
CMYK 0.91 0.82 0 0.56
HSL 234.06º 0.83% 0.24% -
HSV(B) 234.06º 0.91% 0.44% -
XYZ 3.24 1.71 15.2 -
YUV 27.38 175.19 115.6 -
System Red Green Blue C M Y K H S L
Decimal 10 20 111 0.91 0.82 0 0.56 234.06 0.83 0.24
Hex A 14 6F 5B 52 0 38 EA 53 18
Octal 12 24 157 133 122 0 70 352 123 30
Binary 1010 10100 1101111 1011011 1010010 0 111000 11101010 1010011 11000

Color Harmonies of #0A146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A146F

Black with #0A146F

Text Example


Text Example

White with #0A146F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,20,111); }

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

background-color css

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

 a { background-color: rgb(10,20,111); }

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

border-color css

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

 span { border-color: rgb(10,20,111); }

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