Html Css Color HEX #10245B Sapphire

📋 copy color: '#10245B'

red 16 ◦ green 36 ◦ blue 91

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

Shades of Sapphire #10245B

Tints of Sapphire #10245B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 63.64%

R = 11.19%
G = 25.17%
B = 63.64%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10245B (or 0x10245B) is known color: Sapphire. HEX triplet: 10, 24 and 5B. RGB value is (16,36,91). Sum of RGB (Red+Green+Blue) = 16+36+91=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 91 (35.94% from 255 or 63.64% from 143); Max value from RGB is 91 - color contains mainly: blue. Hex color #10245B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10245B is #EFDBA4. Grayscale: #242424. Windows color (decimal): -15719333 or 5973008. OLE color: 5973008.

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

Color convert

RGB 16 36 91 -
CMYK 0.82 0.60 0 0.64
HSL 224º 0.7% 0.21% -
HSV(B) 224º 0.82% 0.36% -
XYZ 2.73 2.13 10.16 -
YUV 36.29 158.87 113.53 -
System Red Green Blue C M Y K H S L
Decimal 16 36 91 0.82 0.60 0 0.64 224 0.7 0.21
Hex 10 24 5B 52 3C 0 40 E0 46 15
Octal 20 44 133 122 74 0 100 340 106 25
Binary 10000 100100 1011011 1010010 111100 0 1000000 11100000 1000110 10101

Color Harmonies of #10245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10245B

Black with #10245B

Text Example


Text Example

White with #10245B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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