Html Css Color HEX #0D1D58 Sapphire

📋 copy color: '#0D1D58'

red 13 ◦ green 29 ◦ blue 88

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

Shades of Sapphire #0D1D58

Tints of Sapphire #0D1D58

RGB

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

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

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

R = 10%
G = 22.31%
B = 67.69%

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

#0D1D58 (or 0x0D1D58) is known color: Sapphire. HEX triplet: 0D, 1D and 58. RGB value is (13,29,88). Sum of RGB (Red+Green+Blue) = 13+29+88=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 88 (34.77% from 255 or 67.69% from 130); Max value from RGB is 88 - color contains mainly: blue. Hex color #0D1D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1D58 is #F2E2A7. Grayscale: #1E1E1E. Windows color (decimal): -15917736 or 5774605. OLE color: 5774605.

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

Color convert

RGB 13 29 88 -
CMYK 0.85 0.67 0 0.65
HSL 227.2º 0.74% 0.2% -
HSV(B) 227.2º 0.85% 0.35% -
XYZ 2.37 1.67 9.43 -
YUV 30.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 13 29 88 0.85 0.67 0 0.65 227.2 0.74 0.2
Hex D 1D 58 55 43 0 41 E3 4A 14
Octal 15 35 130 125 103 0 101 343 112 24
Binary 1101 11101 1011000 1010101 1000011 0 1000001 11100011 1001010 10100

Color Harmonies of #0D1D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1D58

Black with #0D1D58

Text Example


Text Example

White with #0D1D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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