Html Css Color HEX #0D1D59 Sapphire

📋 copy color: '#0D1D59'

red 13 ◦ green 29 ◦ blue 89

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

Shades of Sapphire #0D1D59

Tints of Sapphire #0D1D59

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.14%

 BLUE value IS 89 (35.16% from 255) = 67.94%

R = 9.92%
G = 22.14%
B = 67.94%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0D1D59 (or 0x0D1D59) is known color: Sapphire. HEX triplet: 0D, 1D and 59. RGB value is (13,29,89). Sum of RGB (Red+Green+Blue) = 13+29+89=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 89 (35.16% from 255 or 67.94% from 131); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D1D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1D59 is #F2E2A6. Grayscale: #1E1E1E. Windows color (decimal): -15917735 or 5840141. OLE color: 5840141.

HSL color Cylindrical-coordinate representation of color #0D1D59: hue angle of 227.37º degrees, saturation: 0.75, 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 #0D1D59 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 13 29 89 -
CMYK 0.85 0.67 0 0.65
HSL 227.37º 0.75% 0.2% -
HSV(B) 227.37º 0.85% 0.35% -
XYZ 2.41 1.69 9.65 -
YUV 31.06 160.7 115.12 -
System Red Green Blue C M Y K H S L
Decimal 13 29 89 0.85 0.67 0 0.65 227.37 0.75 0.2
Hex D 1D 59 55 43 0 41 E3 4B 14
Octal 15 35 131 125 103 0 101 343 113 24
Binary 1101 11101 1011001 1010101 1000011 0 1000001 11100011 1001011 10100

Color Harmonies of #0D1D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1D59

Black with #0D1D59

Text Example


Text Example

White with #0D1D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,29,89); }

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

background-color css

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

 a { background-color: rgb(13,29,89); }

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

border-color css

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

 span { border-color: rgb(13,29,89); }

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