Html Css Color HEX #0D2451 Sapphire

📋 copy color: '#0D2451'

red 13 ◦ green 36 ◦ blue 81

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

Shades of Sapphire #0D2451

Tints of Sapphire #0D2451

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.69%

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

R = 10%
G = 27.69%
B = 62.31%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0D2451 (or 0x0D2451) is known color: Sapphire. HEX triplet: 0D, 24 and 51. RGB value is (13,36,81). Sum of RGB (Red+Green+Blue) = 13+36+81=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #0D2451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2451 is #F2DBAE. Grayscale: #222222. Windows color (decimal): -15915951 or 5317645. OLE color: 5317645.

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

Color convert

RGB 13 36 81 -
CMYK 0.84 0.56 0 0.68
HSL 219.71º 0.72% 0.18% -
HSV(B) 219.71º 0.84% 0.32% -
XYZ 2.28 1.94 8.04 -
YUV 34.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 13 36 81 0.84 0.56 0 0.68 219.71 0.72 0.18
Hex D 24 51 54 38 0 44 DC 48 12
Octal 15 44 121 124 70 0 104 334 110 22
Binary 1101 100100 1010001 1010100 111000 0 1000100 11011100 1001000 10010

Color Harmonies of #0D2451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2451

Black with #0D2451

Text Example


Text Example

White with #0D2451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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