Html Css Color HEX #122C5A Sapphire

📋 copy color: '#122C5A'

red 18 ◦ green 44 ◦ blue 90

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

Shades of Sapphire #122C5A

Tints of Sapphire #122C5A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.95%

 BLUE value IS 90 (35.55% from 255) = 59.21%

R = 11.84%
G = 28.95%
B = 59.21%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#122C5A (or 0x122C5A) is known color: Sapphire. HEX triplet: 12, 2C and 5A. RGB value is (18,44,90). Sum of RGB (Red+Green+Blue) = 18+44+90=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #122C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C5A is #EDD3A5. Grayscale: #292929. Windows color (decimal): -15586214 or 5909522. OLE color: 5909522.

HSL color Cylindrical-coordinate representation of color #122C5A: hue angle of 218.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #122C5A is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 44 90 -
CMYK 0.80 0.51 0 0.65
HSL 218.33º 0.67% 0.21% -
HSV(B) 218.33º 0.8% 0.35% -
XYZ 3 2.67 10.03 -
YUV 41.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 18 44 90 0.80 0.51 0 0.65 218.33 0.67 0.21
Hex 12 2C 5A 50 33 0 41 DA 43 15
Octal 22 54 132 120 63 0 101 332 103 25
Binary 10010 101100 1011010 1010000 110011 0 1000001 11011010 1000011 10101

Color Harmonies of #122C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122C5A

Black with #122C5A

Text Example


Text Example

White with #122C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,44,90); }

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

background-color css

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

 a { background-color: rgb(18,44,90); }

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

border-color css

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

 span { border-color: rgb(18,44,90); }

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