Html Css Color HEX #0D174F Sapphire

📋 copy color: '#0D174F'

red 13 ◦ green 23 ◦ blue 79

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

Shades of Sapphire #0D174F

Tints of Sapphire #0D174F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20%

 BLUE value IS 79 (31.25% from 255) = 68.7%

R = 11.3%
G = 20%
B = 68.7%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0D174F (or 0x0D174F) is known color: Sapphire. HEX triplet: 0D, 17 and 4F. RGB value is (13,23,79). Sum of RGB (Red+Green+Blue) = 13+23+79=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 79 (31.25% from 255 or 68.70% from 115); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D174F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D174F is #F2E8B0. Grayscale: #1A1A1A. Windows color (decimal): -15919281 or 5183245. OLE color: 5183245.

HSL color Cylindrical-coordinate representation of color #0D174F: hue angle of 230.91º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D174F is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 13 23 79 -
CMYK 0.84 0.71 0 0.69
HSL 230.91º 0.72% 0.18% -
HSV(B) 230.91º 0.84% 0.31% -
XYZ 1.88 1.26 7.54 -
YUV 26.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 13 23 79 0.84 0.71 0 0.69 230.91 0.72 0.18
Hex D 17 4F 54 47 0 45 E7 48 12
Octal 15 27 117 124 107 0 105 347 110 22
Binary 1101 10111 1001111 1010100 1000111 0 1000101 11100111 1001000 10010

Color Harmonies of #0D174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D174F

Black with #0D174F

Text Example


Text Example

White with #0D174F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,23,79); }

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

background-color css

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

 a { background-color: rgb(13,23,79); }

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

border-color css

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

 span { border-color: rgb(13,23,79); }

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