Html Css Color HEX #122C82 Sapphire

📋 copy color: '#122C82'

red 18 ◦ green 44 ◦ blue 130

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

Shades of Sapphire #122C82

Tints of Sapphire #122C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 67.71%

R = 9.38%
G = 22.92%
B = 67.71%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#122C82 (or 0x122C82) is known color: Sapphire. HEX triplet: 12, 2C and 82. RGB value is (18,44,130). Sum of RGB (Red+Green+Blue) = 18+44+130=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 130 (51.17% from 255 or 67.71% from 192); Max value from RGB is 130 - color contains mainly: blue. Hex color #122C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122C82 is #EDD37D. Grayscale: #2D2D2D. Windows color (decimal): -15586174 or 8530962. OLE color: 8530962.

HSL color Cylindrical-coordinate representation of color #122C82: hue angle of 226.07º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122C82 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 44 130 -
CMYK 0.86 0.66 0 0.49
HSL 226.07º 0.76% 0.29% -
HSV(B) 226.07º 0.86% 0.51% -
XYZ 5.18 3.54 21.53 -
YUV 46.03 175.39 108.01 -
System Red Green Blue C M Y K H S L
Decimal 18 44 130 0.86 0.66 0 0.49 226.07 0.76 0.29
Hex 12 2C 82 56 42 0 31 E2 4C 1D
Octal 22 54 202 126 102 0 61 342 114 35
Binary 10010 101100 10000010 1010110 1000010 0 110001 11100010 1001100 11101

Color Harmonies of #122C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122C82

Black with #122C82

Text Example


Text Example

White with #122C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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