Html Css Color HEX #0D2460 Sapphire

📋 copy color: '#0D2460'

red 13 ◦ green 36 ◦ blue 96

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

Shades of Sapphire #0D2460

Tints of Sapphire #0D2460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 66.21%

R = 8.97%
G = 24.83%
B = 66.21%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0D2460 (or 0x0D2460) is known color: Sapphire. HEX triplet: 0D, 24 and 60. RGB value is (13,36,96). Sum of RGB (Red+Green+Blue) = 13+36+96=145 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.97% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 96 (37.89% from 255 or 66.21% from 145); Max value from RGB is 96 - color contains mainly: blue. Hex color #0D2460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2460 is #F2DB9F. Grayscale: #232323. Windows color (decimal): -15915936 or 6300685. OLE color: 6300685.

HSL color Cylindrical-coordinate representation of color #0D2460: hue angle of 223.37º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D2460 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 36 96 -
CMYK 0.86 0.62 0 0.62
HSL 223.37º 0.76% 0.21% -
HSV(B) 223.37º 0.86% 0.38% -
XYZ 2.91 2.19 11.34 -
YUV 35.96 161.88 111.62 -
System Red Green Blue C M Y K H S L
Decimal 13 36 96 0.86 0.62 0 0.62 223.37 0.76 0.21
Hex D 24 60 56 3E 0 3E DF 4C 15
Octal 15 44 140 126 76 0 76 337 114 25
Binary 1101 100100 1100000 1010110 111110 0 111110 11011111 1001100 10101

Color Harmonies of #0D2460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2460

Black with #0D2460

Text Example


Text Example

White with #0D2460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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