Html Css Color HEX #122365 Sapphire

📋 copy color: '#122365'

red 18 ◦ green 35 ◦ blue 101

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

Shades of Sapphire #122365

Tints of Sapphire #122365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.73%

 BLUE value IS 101 (39.84% from 255) = 65.58%

R = 11.69%
G = 22.73%
B = 65.58%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#122365 (or 0x122365) is known color: Sapphire. HEX triplet: 12, 23 and 65. RGB value is (18,35,101). Sum of RGB (Red+Green+Blue) = 18+35+101=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 101 (39.84% from 255 or 65.58% from 154); Max value from RGB is 101 - color contains mainly: blue. Hex color #122365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122365 is #EDDC9A. Grayscale: #252525. Windows color (decimal): -15588507 or 6628114. OLE color: 6628114.

HSL color Cylindrical-coordinate representation of color #122365: hue angle of 227.71º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122365 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 35 101 -
CMYK 0.82 0.65 0 0.60
HSL 227.71º 0.7% 0.23% -
HSV(B) 227.71º 0.82% 0.4% -
XYZ 3.2 2.27 12.58 -
YUV 37.44 163.87 114.13 -
System Red Green Blue C M Y K H S L
Decimal 18 35 101 0.82 0.65 0 0.60 227.71 0.7 0.23
Hex 12 23 65 52 41 0 3C E4 46 17
Octal 22 43 145 122 101 0 74 344 106 27
Binary 10010 100011 1100101 1010010 1000001 0 111100 11100100 1000110 10111

Color Harmonies of #122365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122365

Black with #122365

Text Example


Text Example

White with #122365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122365; }

 p { color: rgb(18,35,101); }

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

background-color css

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

 a { background-color: rgb(18,35,101); }

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

border-color css

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

 span { border-color: rgb(18,35,101); }

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