Html Css Color HEX #0D175C Sapphire

📋 copy color: '#0D175C'

red 13 ◦ green 23 ◦ blue 92

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

Shades of Sapphire #0D175C

Tints of Sapphire #0D175C

RGB

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

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

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

R = 10.16%
G = 17.97%
B = 71.88%

CMYK

 C value IS 0.86

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0D175C (or 0x0D175C) is known color: Sapphire. HEX triplet: 0D, 17 and 5C. RGB value is (13,23,92). Sum of RGB (Red+Green+Blue) = 13+23+92=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 92 (36.33% from 255 or 71.88% from 128); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D175C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D175C is #F2E8A3. Grayscale: #1B1B1B. Windows color (decimal): -15919268 or 6035213. OLE color: 6035213.

HSL color Cylindrical-coordinate representation of color #0D175C: hue angle of 232.41º 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 #0D175C is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 13 23 92 -
CMYK 0.86 0.75 0 0.64
HSL 232.41º 0.75% 0.21% -
HSV(B) 232.41º 0.86% 0.36% -
XYZ 2.4 1.47 10.28 -
YUV 27.88 164.19 117.39 -
System Red Green Blue C M Y K H S L
Decimal 13 23 92 0.86 0.75 0 0.64 232.41 0.75 0.21
Hex D 17 5C 56 4B 0 40 E8 4B 15
Octal 15 27 134 126 113 0 100 350 113 25
Binary 1101 10111 1011100 1010110 1001011 0 1000000 11101000 1001011 10101

Color Harmonies of #0D175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D175C

Black with #0D175C

Text Example


Text Example

White with #0D175C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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