Html Css Color HEX #0D135C Midnight Blue

📋 copy color: '#0D135C'

red 13 ◦ green 19 ◦ blue 92

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

Shades of Midnight Blue #0D135C

Tints of Midnight Blue #0D135C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.32%

 BLUE value IS 92 (36.33% from 255) = 74.19%

R = 10.48%
G = 15.32%
B = 74.19%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0D135C (or 0x0D135C) is known color: Midnight Blue. HEX triplet: 0D, 13 and 5C. RGB value is (13,19,92). Sum of RGB (Red+Green+Blue) = 13+19+92=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 92 (36.33% from 255 or 74.19% from 124); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D135C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D135C is #F2ECA3. Grayscale: #191919. Windows color (decimal): -15920292 or 6034189. OLE color: 6034189.

HSL color Cylindrical-coordinate representation of color #0D135C: hue angle of 235.44º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D135C is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 13 19 92 -
CMYK 0.86 0.79 0 0.64
HSL 235.44º 0.75% 0.21% -
HSV(B) 235.44º 0.86% 0.36% -
XYZ 2.33 1.32 10.26 -
YUV 25.53 165.51 119.06 -
System Red Green Blue C M Y K H S L
Decimal 13 19 92 0.86 0.79 0 0.64 235.44 0.75 0.21
Hex D 13 5C 56 4F 0 40 EB 4B 15
Octal 15 23 134 126 117 0 100 353 113 25
Binary 1101 10011 1011100 1010110 1001111 0 1000000 11101011 1001011 10101

Color Harmonies of #0D135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D135C

Black with #0D135C

Text Example


Text Example

White with #0D135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,19,92); }

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

background-color css

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

 a { background-color: rgb(13,19,92); }

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

border-color css

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

 span { border-color: rgb(13,19,92); }

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