Html Css Color HEX #122D68 Sapphire

📋 copy color: '#122D68'

red 18 ◦ green 45 ◦ blue 104

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

Shades of Sapphire #122D68

Tints of Sapphire #122D68

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.95%

 BLUE value IS 104 (41.02% from 255) = 62.28%

R = 10.78%
G = 26.95%
B = 62.28%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#122D68 (or 0x122D68) is known color: Sapphire. HEX triplet: 12, 2D and 68. RGB value is (18,45,104). Sum of RGB (Red+Green+Blue) = 18+45+104=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #122D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D68 is #EDD297. Grayscale: #2B2B2B. Windows color (decimal): -15585944 or 6827282. OLE color: 6827282.

HSL color Cylindrical-coordinate representation of color #122D68: hue angle of 221.16º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #122D68 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 45 104 -
CMYK 0.83 0.57 0 0.59
HSL 221.16º 0.7% 0.24% -
HSV(B) 221.16º 0.83% 0.41% -
XYZ 3.69 3 13.48 -
YUV 43.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 18 45 104 0.83 0.57 0 0.59 221.16 0.7 0.24
Hex 12 2D 68 53 39 0 3B DD 46 18
Octal 22 55 150 123 71 0 73 335 106 30
Binary 10010 101101 1101000 1010011 111001 0 111011 11011101 1000110 11000

Color Harmonies of #122D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122D68

Black with #122D68

Text Example


Text Example

White with #122D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122D68; }

 p { color: rgb(18,45,104); }

 H1.HeaderClassName
 {
   color: #122D68;
 }
 .AnyTagClassName
 {
   color: #122D68;
 }
</style>

background-color css

<style>
 a { background-color: #122D68; }

 a { background-color: rgb(18,45,104); }

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

border-color css

<style>
 span { border-color: #122D68; }

 span { border-color: rgb(18,45,104); }

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