Html Css Color HEX #0D1451 Sapphire

📋 copy color: '#0D1451'

red 13 ◦ green 20 ◦ blue 81

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

Shades of Sapphire #0D1451

Tints of Sapphire #0D1451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.54%

 BLUE value IS 81 (32.03% from 255) = 71.05%

R = 11.4%
G = 17.54%
B = 71.05%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0D1451 (or 0x0D1451) is known color: Sapphire. HEX triplet: 0D, 14 and 51. RGB value is (13,20,81). Sum of RGB (Red+Green+Blue) = 13+20+81=114 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.40% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 81 (32.03% from 255 or 71.05% from 114); Max value from RGB is 81 - color contains mainly: blue. Hex color #0D1451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1451 is #F2EBAE. Grayscale: #181818. Windows color (decimal): -15920047 or 5313549. OLE color: 5313549.

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

Color convert

RGB 13 20 81 -
CMYK 0.84 0.75 0 0.68
HSL 233.82º 0.72% 0.18% -
HSV(B) 233.82º 0.84% 0.32% -
XYZ 1.9 1.18 7.91 -
YUV 24.86 159.68 119.54 -
System Red Green Blue C M Y K H S L
Decimal 13 20 81 0.84 0.75 0 0.68 233.82 0.72 0.18
Hex D 14 51 54 4B 0 44 EA 48 12
Octal 15 24 121 124 113 0 104 352 110 22
Binary 1101 10100 1010001 1010100 1001011 0 1000100 11101010 1001000 10010

Color Harmonies of #0D1451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1451

Black with #0D1451

Text Example


Text Example

White with #0D1451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,20,81); }

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

background-color css

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

 a { background-color: rgb(13,20,81); }

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

border-color css

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

 span { border-color: rgb(13,20,81); }

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