Html Css Color HEX #10297C Sapphire

📋 copy color: '#10297C'

red 16 ◦ green 41 ◦ blue 124

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

Shades of Sapphire #10297C

Tints of Sapphire #10297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.65%

 BLUE value IS 124 (48.83% from 255) = 68.51%

R = 8.84%
G = 22.65%
B = 68.51%

CMYK

 C value IS 0.87

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10297C (or 0x10297C) is known color: Sapphire. HEX triplet: 10, 29 and 7C. RGB value is (16,41,124). Sum of RGB (Red+Green+Blue) = 16+41+124=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 124 (48.83% from 255 or 68.51% from 181); Max value from RGB is 124 - color contains mainly: blue. Hex color #10297C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10297C is #EFD683. Grayscale: #2A2A2A. Windows color (decimal): -15718020 or 8136976. OLE color: 8136976.

HSL color Cylindrical-coordinate representation of color #10297C: hue angle of 226.11º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10297C is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 41 124 -
CMYK 0.87 0.67 0 0.51
HSL 226.11º 0.77% 0.27% -
HSV(B) 226.11º 0.87% 0.49% -
XYZ 4.64 3.15 19.43 -
YUV 42.99 173.72 108.75 -
System Red Green Blue C M Y K H S L
Decimal 16 41 124 0.87 0.67 0 0.51 226.11 0.77 0.27
Hex 10 29 7C 57 43 0 33 E2 4D 1B
Octal 20 51 174 127 103 0 63 342 115 33
Binary 10000 101001 1111100 1010111 1000011 0 110011 11100010 1001101 11011

Color Harmonies of #10297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10297C

Black with #10297C

Text Example


Text Example

White with #10297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,41,124); }

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

background-color css

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

 a { background-color: rgb(16,41,124); }

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

border-color css

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

 span { border-color: rgb(16,41,124); }

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