Html Css Color HEX #0D175E Sapphire

📋 copy color: '#0D175E'

red 13 ◦ green 23 ◦ blue 94

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

Shades of Sapphire #0D175E

Tints of Sapphire #0D175E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 72.31%

R = 10%
G = 17.69%
B = 72.31%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0D175E (or 0x0D175E) is known color: Sapphire. HEX triplet: 0D, 17 and 5E. RGB value is (13,23,94). Sum of RGB (Red+Green+Blue) = 13+23+94=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 94 (37.11% from 255 or 72.31% from 130); Max value from RGB is 94 - color contains mainly: blue. Hex color #0D175E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D175E is #F2E8A1. Grayscale: #1B1B1B. Windows color (decimal): -15919266 or 6166285. OLE color: 6166285.

HSL color Cylindrical-coordinate representation of color #0D175E: hue angle of 232.59º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D175E is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 13 23 94 -
CMYK 0.86 0.76 0 0.63
HSL 232.59º 0.76% 0.21% -
HSV(B) 232.59º 0.86% 0.37% -
XYZ 2.49 1.51 10.75 -
YUV 28.1 165.19 117.23 -
System Red Green Blue C M Y K H S L
Decimal 13 23 94 0.86 0.76 0 0.63 232.59 0.76 0.21
Hex D 17 5E 56 4C 0 3F E9 4C 15
Octal 15 27 136 126 114 0 77 351 114 25
Binary 1101 10111 1011110 1010110 1001100 0 111111 11101001 1001100 10101

Color Harmonies of #0D175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D175E

Black with #0D175E

Text Example


Text Example

White with #0D175E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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