Html Css Color HEX #12297A Sapphire

📋 copy color: '#12297A'

red 18 ◦ green 41 ◦ blue 122

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

Shades of Sapphire #12297A

Tints of Sapphire #12297A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 67.4%

R = 9.94%
G = 22.65%
B = 67.4%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#12297A (or 0x12297A) is known color: Sapphire. HEX triplet: 12, 29 and 7A. RGB value is (18,41,122). Sum of RGB (Red+Green+Blue) = 18+41+122=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 122 (48.05% from 255 or 67.40% from 181); Max value from RGB is 122 - color contains mainly: blue. Hex color #12297A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12297A is #EDD685. Grayscale: #2B2B2B. Windows color (decimal): -15586950 or 8005906. OLE color: 8005906.

HSL color Cylindrical-coordinate representation of color #12297A: hue angle of 226.73º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12297A is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 41 122 -
CMYK 0.85 0.66 0 0.52
HSL 226.73º 0.74% 0.27% -
HSV(B) 226.73º 0.85% 0.48% -
XYZ 4.56 3.12 18.77 -
YUV 43.36 172.38 109.91 -
System Red Green Blue C M Y K H S L
Decimal 18 41 122 0.85 0.66 0 0.52 226.73 0.74 0.27
Hex 12 29 7A 55 42 0 34 E3 4A 1B
Octal 22 51 172 125 102 0 64 343 112 33
Binary 10010 101001 1111010 1010101 1000010 0 110100 11100011 1001010 11011

Color Harmonies of #12297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12297A

Black with #12297A

Text Example


Text Example

White with #12297A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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