Html Css Color HEX #122652 Sapphire

📋 copy color: '#122652'

red 18 ◦ green 38 ◦ blue 82

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

Shades of Sapphire #122652

Tints of Sapphire #122652

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.54%

 BLUE value IS 82 (32.42% from 255) = 59.42%

R = 13.04%
G = 27.54%
B = 59.42%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#122652 (or 0x122652) is known color: Sapphire. HEX triplet: 12, 26 and 52. RGB value is (18,38,82). Sum of RGB (Red+Green+Blue) = 18+38+82=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #122652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122652 is #EDD9AD. Grayscale: #242424. Windows color (decimal): -15587758 or 5383698. OLE color: 5383698.

HSL color Cylindrical-coordinate representation of color #122652: hue angle of 221.25º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #122652 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 38 82 -
CMYK 0.78 0.54 0 0.68
HSL 221.25º 0.64% 0.2% -
HSV(B) 221.25º 0.78% 0.32% -
XYZ 2.47 2.12 8.26 -
YUV 37.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 18 38 82 0.78 0.54 0 0.68 221.25 0.64 0.2
Hex 12 26 52 4E 36 0 44 DD 40 14
Octal 22 46 122 116 66 0 104 335 100 24
Binary 10010 100110 1010010 1001110 110110 0 1000100 11011101 1000000 10100

Color Harmonies of #122652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122652

Black with #122652

Text Example


Text Example

White with #122652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122652; }

 p { color: rgb(18,38,82); }

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

background-color css

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

 a { background-color: rgb(18,38,82); }

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

border-color css

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

 span { border-color: rgb(18,38,82); }

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