Html Css Color HEX #0D2056 Sapphire

📋 copy color: '#0D2056'

red 13 ◦ green 32 ◦ blue 86

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

Shades of Sapphire #0D2056

Tints of Sapphire #0D2056

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.43%

 BLUE value IS 86 (33.98% from 255) = 65.65%

R = 9.92%
G = 24.43%
B = 65.65%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0D2056 (or 0x0D2056) is known color: Sapphire. HEX triplet: 0D, 20 and 56. RGB value is (13,32,86). Sum of RGB (Red+Green+Blue) = 13+32+86=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 86 (33.98% from 255 or 65.65% from 131); Max value from RGB is 86 - color contains mainly: blue. Hex color #0D2056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2056 is #F2DFA9. Grayscale: #202020. Windows color (decimal): -15916970 or 5644301. OLE color: 5644301.

HSL color Cylindrical-coordinate representation of color #0D2056: hue angle of 224.38º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D2056 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 13 32 86 -
CMYK 0.85 0.63 0 0.66
HSL 224.38º 0.74% 0.19% -
HSV(B) 224.38º 0.85% 0.34% -
XYZ 2.36 1.79 9.03 -
YUV 32.48 158.21 114.11 -
System Red Green Blue C M Y K H S L
Decimal 13 32 86 0.85 0.63 0 0.66 224.38 0.74 0.19
Hex D 20 56 55 3F 0 42 E0 4A 13
Octal 15 40 126 125 77 0 102 340 112 23
Binary 1101 100000 1010110 1010101 111111 0 1000010 11100000 1001010 10011

Color Harmonies of #0D2056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2056

Black with #0D2056

Text Example


Text Example

White with #0D2056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,32,86); }

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

background-color css

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

 a { background-color: rgb(13,32,86); }

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

border-color css

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

 span { border-color: rgb(13,32,86); }

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