Html Css Color HEX #0D2453 Sapphire

📋 copy color: '#0D2453'

red 13 ◦ green 36 ◦ blue 83

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

Shades of Sapphire #0D2453

Tints of Sapphire #0D2453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 62.88%

R = 9.85%
G = 27.27%
B = 62.88%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0D2453 (or 0x0D2453) is known color: Sapphire. HEX triplet: 0D, 24 and 53. RGB value is (13,36,83). Sum of RGB (Red+Green+Blue) = 13+36+83=132 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.85% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D2453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2453 is #F2DBAC. Grayscale: #222222. Windows color (decimal): -15915949 or 5448717. OLE color: 5448717.

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

Color convert

RGB 13 36 83 -
CMYK 0.84 0.57 0 0.67
HSL 220.29º 0.73% 0.19% -
HSV(B) 220.29º 0.84% 0.33% -
XYZ 2.36 1.97 8.44 -
YUV 34.48 155.38 112.68 -
System Red Green Blue C M Y K H S L
Decimal 13 36 83 0.84 0.57 0 0.67 220.29 0.73 0.19
Hex D 24 53 54 39 0 43 DC 49 13
Octal 15 44 123 124 71 0 103 334 111 23
Binary 1101 100100 1010011 1010100 111001 0 1000011 11011100 1001001 10011

Color Harmonies of #0D2453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2453

Black with #0D2453

Text Example


Text Example

White with #0D2453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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