Html Css Color HEX #0D1454 Sapphire

📋 copy color: '#0D1454'

red 13 ◦ green 20 ◦ blue 84

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

Shades of Sapphire #0D1454

Tints of Sapphire #0D1454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 71.79%

R = 11.11%
G = 17.09%
B = 71.79%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0D1454 (or 0x0D1454) is known color: Sapphire. HEX triplet: 0D, 14 and 54. RGB value is (13,20,84). Sum of RGB (Red+Green+Blue) = 13+20+84=117 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.11% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 84 (33.20% from 255 or 71.79% from 117); Max value from RGB is 84 - color contains mainly: blue. Hex color #0D1454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1454 is #F2EBAB. Grayscale: #181818. Windows color (decimal): -15920044 or 5510157. OLE color: 5510157.

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

Color convert

RGB 13 20 84 -
CMYK 0.85 0.76 0 0.67
HSL 234.08º 0.73% 0.19% -
HSV(B) 234.08º 0.85% 0.33% -
XYZ 2.02 1.23 8.52 -
YUV 25.2 161.18 119.3 -
System Red Green Blue C M Y K H S L
Decimal 13 20 84 0.85 0.76 0 0.67 234.08 0.73 0.19
Hex D 14 54 55 4C 0 43 EA 49 13
Octal 15 24 124 125 114 0 103 352 111 23
Binary 1101 10100 1010100 1010101 1001100 0 1000011 11101010 1001001 10011

Color Harmonies of #0D1454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1454

Black with #0D1454

Text Example


Text Example

White with #0D1454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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