Html Css Color HEX #0D1A52 Sapphire

📋 copy color: '#0D1A52'

red 13 ◦ green 26 ◦ blue 82

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

Shades of Sapphire #0D1A52

Tints of Sapphire #0D1A52

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.49%

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

R = 10.74%
G = 21.49%
B = 67.77%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0D1A52 (or 0x0D1A52) is known color: Sapphire. HEX triplet: 0D, 1A and 52. RGB value is (13,26,82). Sum of RGB (Red+Green+Blue) = 13+26+82=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 82 (32.42% from 255 or 67.77% from 121); Max value from RGB is 82 - color contains mainly: blue. Hex color #0D1A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1A52 is #F2E5AD. Grayscale: #1C1C1C. Windows color (decimal): -15918510 or 5380621. OLE color: 5380621.

HSL color Cylindrical-coordinate representation of color #0D1A52: hue angle of 228.7º 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 #0D1A52 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 13 26 82 -
CMYK 0.84 0.68 0 0.68
HSL 228.7º 0.73% 0.19% -
HSV(B) 228.7º 0.84% 0.32% -
XYZ 2.06 1.43 8.15 -
YUV 28.5 158.19 116.95 -
System Red Green Blue C M Y K H S L
Decimal 13 26 82 0.84 0.68 0 0.68 228.7 0.73 0.19
Hex D 1A 52 54 44 0 44 E5 49 13
Octal 15 32 122 124 104 0 104 345 111 23
Binary 1101 11010 1010010 1010100 1000100 0 1000100 11100101 1001001 10011

Color Harmonies of #0D1A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1A52

Black with #0D1A52

Text Example


Text Example

White with #0D1A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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