Html Css Color HEX #0D1258 Midnight Blue

📋 copy color: '#0D1258'

red 13 ◦ green 18 ◦ blue 88

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

Shades of Midnight Blue #0D1258

Tints of Midnight Blue #0D1258

RGB

 RED value IS 13 (5.47% from 255) = 10.92%

 GREEN value IS 18 (7.42% from 255) = 15.13%

 BLUE value IS 88 (34.77% from 255) = 73.95%

R = 10.92%
G = 15.13%
B = 73.95%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0D1258 (or 0x0D1258) is known color: Midnight Blue. HEX triplet: 0D, 12 and 58. RGB value is (13,18,88). Sum of RGB (Red+Green+Blue) = 13+18+88=119 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.92% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 88 (34.77% from 255 or 73.95% from 119); Max value from RGB is 88 - color contains mainly: blue. Hex color #0D1258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1258 is #F2EDA7. Grayscale: #181818. Windows color (decimal): -15920552 or 5771789. OLE color: 5771789.

HSL color Cylindrical-coordinate representation of color #0D1258: hue angle of 236º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D1258 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 13 18 88 -
CMYK 0.85 0.80 0 0.65
HSL 236º 0.74% 0.2% -
HSV(B) 236º 0.85% 0.35% -
XYZ 2.14 1.22 9.36 -
YUV 24.49 163.84 119.81 -
System Red Green Blue C M Y K H S L
Decimal 13 18 88 0.85 0.80 0 0.65 236 0.74 0.2
Hex D 12 58 55 50 0 41 EC 4A 14
Octal 15 22 130 125 120 0 101 354 112 24
Binary 1101 10010 1011000 1010101 1010000 0 1000001 11101100 1001010 10100

Color Harmonies of #0D1258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1258

Black with #0D1258

Text Example


Text Example

White with #0D1258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,18,88); }

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

background-color css

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

 a { background-color: rgb(13,18,88); }

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

border-color css

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

 span { border-color: rgb(13,18,88); }

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