Html Css Color HEX #122264 Sapphire

📋 copy color: '#122264'

red 18 ◦ green 34 ◦ blue 100

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

Shades of Sapphire #122264

Tints of Sapphire #122264

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.37%

 BLUE value IS 100 (39.45% from 255) = 65.79%

R = 11.84%
G = 22.37%
B = 65.79%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#122264 (or 0x122264) is known color: Sapphire. HEX triplet: 12, 22 and 64. RGB value is (18,34,100). Sum of RGB (Red+Green+Blue) = 18+34+100=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 100 (39.45% from 255 or 65.79% from 152); Max value from RGB is 100 - color contains mainly: blue. Hex color #122264 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122264 is #EDDD9B. Grayscale: #242424. Windows color (decimal): -15588764 or 6562322. OLE color: 6562322.

HSL color Cylindrical-coordinate representation of color #122264: hue angle of 228.29º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122264 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 34 100 -
CMYK 0.82 0.66 0 0.61
HSL 228.29º 0.69% 0.23% -
HSV(B) 228.29º 0.82% 0.39% -
XYZ 3.12 2.19 12.32 -
YUV 36.74 163.7 114.63 -
System Red Green Blue C M Y K H S L
Decimal 18 34 100 0.82 0.66 0 0.61 228.29 0.69 0.23
Hex 12 22 64 52 42 0 3D E4 45 17
Octal 22 42 144 122 102 0 75 344 105 27
Binary 10010 100010 1100100 1010010 1000010 0 111101 11100100 1000101 10111

Color Harmonies of #122264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122264

Black with #122264

Text Example


Text Example

White with #122264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122264; }

 p { color: rgb(18,34,100); }

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

background-color css

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

 a { background-color: rgb(18,34,100); }

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

border-color css

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

 span { border-color: rgb(18,34,100); }

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