Html Css Color HEX #10245D Sapphire

📋 copy color: '#10245D'

red 16 ◦ green 36 ◦ blue 93

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

Shades of Sapphire #10245D

Tints of Sapphire #10245D

RGB

 RED value IS 16 (6.64% from 255) = 11.03%

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

 BLUE value IS 93 (36.72% from 255) = 64.14%

R = 11.03%
G = 24.83%
B = 64.14%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10245D (or 0x10245D) is known color: Sapphire. HEX triplet: 10, 24 and 5D. RGB value is (16,36,93). Sum of RGB (Red+Green+Blue) = 16+36+93=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #10245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10245D is #EFDBA2. Grayscale: #242424. Windows color (decimal): -15719331 or 6104080. OLE color: 6104080.

HSL color Cylindrical-coordinate representation of color #10245D: hue angle of 224.42º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10245D is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 36 93 -
CMYK 0.83 0.61 0 0.64
HSL 224.42º 0.71% 0.21% -
HSV(B) 224.42º 0.83% 0.36% -
XYZ 2.82 2.16 10.62 -
YUV 36.52 159.87 113.37 -
System Red Green Blue C M Y K H S L
Decimal 16 36 93 0.83 0.61 0 0.64 224.42 0.71 0.21
Hex 10 24 5D 53 3D 0 40 E0 47 15
Octal 20 44 135 123 75 0 100 340 107 25
Binary 10000 100100 1011101 1010011 111101 0 1000000 11100000 1000111 10101

Color Harmonies of #10245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10245D

Black with #10245D

Text Example


Text Example

White with #10245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10245D; }

 p { color: rgb(16,36,93); }

 H1.HeaderClassName
 {
   color: #10245D;
 }
 .AnyTagClassName
 {
   color: #10245D;
 }
</style>

background-color css

<style>
 a { background-color: #10245D; }

 a { background-color: rgb(16,36,93); }

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

border-color css

<style>
 span { border-color: #10245D; }

 span { border-color: rgb(16,36,93); }

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