Html Css Color HEX #0D2E73 Sapphire

📋 copy color: '#0D2E73'

red 13 ◦ green 46 ◦ blue 115

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

Shades of Sapphire #0D2E73

Tints of Sapphire #0D2E73

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.44%

 BLUE value IS 115 (45.31% from 255) = 66.09%

R = 7.47%
G = 26.44%
B = 66.09%

CMYK

 C value IS 0.89

 M value IS 0.6

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0D2E73 (or 0x0D2E73) is known color: Sapphire. HEX triplet: 0D, 2E and 73. RGB value is (13,46,115). Sum of RGB (Red+Green+Blue) = 13+46+115=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #0D2E73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2E73 is #F2D18C. Grayscale: #2B2B2B. Windows color (decimal): -15913357 or 7548429. OLE color: 7548429.

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

Color convert

RGB 13 46 115 -
CMYK 0.89 0.6 0 0.55
HSL 220.59º 0.8% 0.25% -
HSV(B) 220.59º 0.89% 0.45% -
XYZ 4.24 3.28 16.63 -
YUV 44 168.07 105.89 -
System Red Green Blue C M Y K H S L
Decimal 13 46 115 0.89 0.6 0 0.55 220.59 0.8 0.25
Hex D 2E 73 59 3C 0 37 DD 50 19
Octal 15 56 163 131 74 0 67 335 120 31
Binary 1101 101110 1110011 1011001 111100 0 110111 11011101 1010000 11001

Color Harmonies of #0D2E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2E73

Black with #0D2E73

Text Example


Text Example

White with #0D2E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,46,115); }

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

background-color css

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

 a { background-color: rgb(13,46,115); }

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

border-color css

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

 span { border-color: rgb(13,46,115); }

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