Html Css Color HEX #122A53 Sapphire

📋 copy color: '#122A53'

red 18 ◦ green 42 ◦ blue 83

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

Shades of Sapphire #122A53

Tints of Sapphire #122A53

RGB

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

 GREEN value IS 42 (16.8% from 255) = 29.37%

 BLUE value IS 83 (32.81% from 255) = 58.04%

R = 12.59%
G = 29.37%
B = 58.04%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#122A53 (or 0x122A53) is known color: Sapphire. HEX triplet: 12, 2A and 53. RGB value is (18,42,83). Sum of RGB (Red+Green+Blue) = 18+42+83=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 83 (32.81% from 255 or 58.04% from 143); Max value from RGB is 83 - color contains mainly: blue. Hex color #122A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A53 is #EDD5AC. Grayscale: #272727. Windows color (decimal): -15586733 or 5450258. OLE color: 5450258.

HSL color Cylindrical-coordinate representation of color #122A53: hue angle of 217.85º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #122A53 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 42 83 -
CMYK 0.78 0.49 0 0.67
HSL 217.85º 0.64% 0.2% -
HSV(B) 217.85º 0.78% 0.33% -
XYZ 2.64 2.41 8.51 -
YUV 39.5 152.55 112.67 -
System Red Green Blue C M Y K H S L
Decimal 18 42 83 0.78 0.49 0 0.67 217.85 0.64 0.2
Hex 12 2A 53 4E 31 0 43 DA 40 14
Octal 22 52 123 116 61 0 103 332 100 24
Binary 10010 101010 1010011 1001110 110001 0 1000011 11011010 1000000 10100

Color Harmonies of #122A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122A53

Black with #122A53

Text Example


Text Example

White with #122A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,42,83); }

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

background-color css

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

 a { background-color: rgb(18,42,83); }

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

border-color css

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

 span { border-color: rgb(18,42,83); }

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