Html Css Color HEX #0D1E52 Sapphire

📋 copy color: '#0D1E52'

red 13 ◦ green 30 ◦ blue 82

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

Shades of Sapphire #0D1E52

Tints of Sapphire #0D1E52

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24%

 BLUE value IS 82 (32.42% from 255) = 65.6%

R = 10.4%
G = 24%
B = 65.6%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0D1E52 (or 0x0D1E52) is known color: Sapphire. HEX triplet: 0D, 1E and 52. RGB value is (13,30,82). Sum of RGB (Red+Green+Blue) = 13+30+82=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 82 (32.42% from 255 or 65.6% from 125); Max value from RGB is 82 - color contains mainly: blue. Hex color #0D1E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1E52 is #F2E1AD. Grayscale: #1E1E1E. Windows color (decimal): -15917486 or 5381645. OLE color: 5381645.

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

Color convert

RGB 13 30 82 -
CMYK 0.84 0.63 0 0.68
HSL 225.22º 0.73% 0.19% -
HSV(B) 225.22º 0.84% 0.32% -
XYZ 2.15 1.62 8.18 -
YUV 30.85 156.87 115.27 -
System Red Green Blue C M Y K H S L
Decimal 13 30 82 0.84 0.63 0 0.68 225.22 0.73 0.19
Hex D 1E 52 54 3F 0 44 E1 49 13
Octal 15 36 122 124 77 0 104 341 111 23
Binary 1101 11110 1010010 1010100 111111 0 1000100 11100001 1001001 10011

Color Harmonies of #0D1E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1E52

Black with #0D1E52

Text Example


Text Example

White with #0D1E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,30,82); }

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

background-color css

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

 a { background-color: rgb(13,30,82); }

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

border-color css

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

 span { border-color: rgb(13,30,82); }

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