Html Css Color HEX #0D3475 Sapphire

📋 copy color: '#0D3475'

red 13 ◦ green 52 ◦ blue 117

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

Shades of Sapphire #0D3475

Tints of Sapphire #0D3475

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.57%

 BLUE value IS 117 (46.09% from 255) = 64.29%

R = 7.14%
G = 28.57%
B = 64.29%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0D3475 (or 0x0D3475) is known color: Sapphire. HEX triplet: 0D, 34 and 75. RGB value is (13,52,117). Sum of RGB (Red+Green+Blue) = 13+52+117=182 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.14% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D3475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3475 is #F2CB8A. Grayscale: #2F2F2F. Windows color (decimal): -15911819 or 7681037. OLE color: 7681037.

HSL color Cylindrical-coordinate representation of color #0D3475: hue angle of 217.5º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D3475 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 13 52 117 -
CMYK 0.89 0.56 0 0.54
HSL 217.5º 0.8% 0.25% -
HSV(B) 217.5º 0.89% 0.46% -
XYZ 4.6 3.83 17.33 -
YUV 47.75 167.08 103.21 -
System Red Green Blue C M Y K H S L
Decimal 13 52 117 0.89 0.56 0 0.54 217.5 0.8 0.25
Hex D 34 75 59 38 0 36 DA 50 19
Octal 15 64 165 131 70 0 66 332 120 31
Binary 1101 110100 1110101 1011001 111000 0 110110 11011010 1010000 11001

Color Harmonies of #0D3475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3475

Black with #0D3475

Text Example


Text Example

White with #0D3475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,52,117); }

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

background-color css

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

 a { background-color: rgb(13,52,117); }

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

border-color css

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

 span { border-color: rgb(13,52,117); }

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