Html Css Color HEX #10297D Sapphire

📋 copy color: '#10297D'

red 16 ◦ green 41 ◦ blue 125

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

Shades of Sapphire #10297D

Tints of Sapphire #10297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 68.68%

R = 8.79%
G = 22.53%
B = 68.68%

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

#10297D (or 0x10297D) is known color: Sapphire. HEX triplet: 10, 29 and 7D. RGB value is (16,41,125). Sum of RGB (Red+Green+Blue) = 16+41+125=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 125 (49.22% from 255 or 68.68% from 182); Max value from RGB is 125 - color contains mainly: blue. Hex color #10297D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10297D is #EFD682. Grayscale: #2A2A2A. Windows color (decimal): -15718019 or 8202512. OLE color: 8202512.

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

Color convert

RGB 16 41 125 -
CMYK 0.87 0.67 0 0.51
HSL 226.24º 0.77% 0.28% -
HSV(B) 226.24º 0.87% 0.49% -
XYZ 4.71 3.18 19.77 -
YUV 43.1 174.22 108.67 -
System Red Green Blue C M Y K H S L
Decimal 16 41 125 0.87 0.67 0 0.51 226.24 0.77 0.28
Hex 10 29 7D 57 43 0 33 E2 4D 1C
Octal 20 51 175 127 103 0 63 342 115 34
Binary 10000 101001 1111101 1010111 1000011 0 110011 11100010 1001101 11100

Color Harmonies of #10297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10297D

Black with #10297D

Text Example


Text Example

White with #10297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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