Html Css Color HEX #0D1F53 Sapphire

📋 copy color: '#0D1F53'

red 13 ◦ green 31 ◦ blue 83

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

Shades of Sapphire #0D1F53

Tints of Sapphire #0D1F53

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.41%

 BLUE value IS 83 (32.81% from 255) = 65.35%

R = 10.24%
G = 24.41%
B = 65.35%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0D1F53 (or 0x0D1F53) is known color: Sapphire. HEX triplet: 0D, 1F and 53. RGB value is (13,31,83). Sum of RGB (Red+Green+Blue) = 13+31+83=127 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.24% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 83 (32.81% from 255 or 65.35% from 127); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D1F53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1F53 is #F2E0AC. Grayscale: #1F1F1F. Windows color (decimal): -15917229 or 5447437. OLE color: 5447437.

HSL color Cylindrical-coordinate representation of color #0D1F53: hue angle of 224.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D1F53 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 13 31 83 -
CMYK 0.84 0.63 0 0.67
HSL 224.57º 0.73% 0.19% -
HSV(B) 224.57º 0.84% 0.33% -
XYZ 2.22 1.69 8.39 -
YUV 31.55 157.04 114.77 -
System Red Green Blue C M Y K H S L
Decimal 13 31 83 0.84 0.63 0 0.67 224.57 0.73 0.19
Hex D 1F 53 54 3F 0 43 E1 49 13
Octal 15 37 123 124 77 0 103 341 111 23
Binary 1101 11111 1010011 1010100 111111 0 1000011 11100001 1001001 10011

Color Harmonies of #0D1F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1F53

Black with #0D1F53

Text Example


Text Example

White with #0D1F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,31,83); }

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

background-color css

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

 a { background-color: rgb(13,31,83); }

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

border-color css

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

 span { border-color: rgb(13,31,83); }

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