Html Css Color HEX #12297F Sapphire

📋 copy color: '#12297F'

red 18 ◦ green 41 ◦ blue 127

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

Shades of Sapphire #12297F

Tints of Sapphire #12297F

RGB

 RED value IS 18 (7.42% from 255) = 9.68%

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

 BLUE value IS 127 (50% from 255) = 68.28%

R = 9.68%
G = 22.04%
B = 68.28%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#12297F (or 0x12297F) is known color: Sapphire. HEX triplet: 12, 29 and 7F. RGB value is (18,41,127). Sum of RGB (Red+Green+Blue) = 18+41+127=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 127 (50% from 255 or 68.28% from 186); Max value from RGB is 127 - color contains mainly: blue. Hex color #12297F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12297F is #EDD680. Grayscale: #2B2B2B. Windows color (decimal): -15586945 or 8333586. OLE color: 8333586.

HSL color Cylindrical-coordinate representation of color #12297F: hue angle of 227.34º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12297F is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 41 127 -
CMYK 0.86 0.68 0 0.50
HSL 227.34º 0.75% 0.28% -
HSV(B) 227.34º 0.86% 0.5% -
XYZ 4.87 3.25 20.45 -
YUV 43.93 174.88 109.51 -
System Red Green Blue C M Y K H S L
Decimal 18 41 127 0.86 0.68 0 0.50 227.34 0.75 0.28
Hex 12 29 7F 56 44 0 32 E3 4B 1C
Octal 22 51 177 126 104 0 62 343 113 34
Binary 10010 101001 1111111 1010110 1000100 0 110010 11100011 1001011 11100

Color Harmonies of #12297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12297F

Black with #12297F

Text Example


Text Example

White with #12297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12297F; }

 p { color: rgb(18,41,127); }

 H1.HeaderClassName
 {
   color: #12297F;
 }
 .AnyTagClassName
 {
   color: #12297F;
 }
</style>

background-color css

<style>
 a { background-color: #12297F; }

 a { background-color: rgb(18,41,127); }

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

border-color css

<style>
 span { border-color: #12297F; }

 span { border-color: rgb(18,41,127); }

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