Html Css Color HEX #0D2C63 Sapphire

📋 copy color: '#0D2C63'

red 13 ◦ green 44 ◦ blue 99

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

Shades of Sapphire #0D2C63

Tints of Sapphire #0D2C63

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.21%

 BLUE value IS 99 (39.06% from 255) = 63.46%

R = 8.33%
G = 28.21%
B = 63.46%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0D2C63 (or 0x0D2C63) is known color: Sapphire. HEX triplet: 0D, 2C and 63. RGB value is (13,44,99). Sum of RGB (Red+Green+Blue) = 13+44+99=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #0D2C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2C63 is #F2D39C. Grayscale: #282828. Windows color (decimal): -15913885 or 6499341. OLE color: 6499341.

HSL color Cylindrical-coordinate representation of color #0D2C63: hue angle of 218.37º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D2C63 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 13 44 99 -
CMYK 0.87 0.56 0 0.61
HSL 218.37º 0.77% 0.22% -
HSV(B) 218.37º 0.87% 0.39% -
XYZ 3.32 2.79 12.17 -
YUV 41 160.73 108.03 -
System Red Green Blue C M Y K H S L
Decimal 13 44 99 0.87 0.56 0 0.61 218.37 0.77 0.22
Hex D 2C 63 57 38 0 3D DA 4D 16
Octal 15 54 143 127 70 0 75 332 115 26
Binary 1101 101100 1100011 1010111 111000 0 111101 11011010 1001101 10110

Color Harmonies of #0D2C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2C63

Black with #0D2C63

Text Example


Text Example

White with #0D2C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,44,99); }

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

background-color css

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

 a { background-color: rgb(13,44,99); }

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

border-color css

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

 span { border-color: rgb(13,44,99); }

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