Html Css Color HEX #10245C Sapphire

📋 copy color: '#10245C'

red 16 ◦ green 36 ◦ blue 92

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

Shades of Sapphire #10245C

Tints of Sapphire #10245C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 63.89%

R = 11.11%
G = 25%
B = 63.89%

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

#10245C (or 0x10245C) is known color: Sapphire. HEX triplet: 10, 24 and 5C. RGB value is (16,36,92). Sum of RGB (Red+Green+Blue) = 16+36+92=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #10245C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10245C is #EFDBA3. Grayscale: #242424. Windows color (decimal): -15719332 or 6038544. OLE color: 6038544.

HSL color Cylindrical-coordinate representation of color #10245C: hue angle of 224.21º degrees, saturation: 0.7, 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 #10245C is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 36 92 -
CMYK 0.83 0.61 0 0.64
HSL 224.21º 0.7% 0.21% -
HSV(B) 224.21º 0.83% 0.36% -
XYZ 2.78 2.14 10.39 -
YUV 36.4 159.37 113.45 -
System Red Green Blue C M Y K H S L
Decimal 16 36 92 0.83 0.61 0 0.64 224.21 0.7 0.21
Hex 10 24 5C 53 3D 0 40 E0 46 15
Octal 20 44 134 123 75 0 100 340 106 25
Binary 10000 100100 1011100 1010011 111101 0 1000000 11100000 1000110 10101

Color Harmonies of #10245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10245C

Black with #10245C

Text Example


Text Example

White with #10245C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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