Html Css Color HEX #122852 Sapphire

📋 copy color: '#122852'

red 18 ◦ green 40 ◦ blue 82

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

Shades of Sapphire #122852

Tints of Sapphire #122852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.57%

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

R = 12.86%
G = 28.57%
B = 58.57%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#122852 (or 0x122852) is known color: Sapphire. HEX triplet: 12, 28 and 52. RGB value is (18,40,82). Sum of RGB (Red+Green+Blue) = 18+40+82=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #122852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122852 is #EDD7AD. Grayscale: #262626. Windows color (decimal): -15587246 or 5384210. OLE color: 5384210.

HSL color Cylindrical-coordinate representation of color #122852: hue angle of 219.38º 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 #122852 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 40 82 -
CMYK 0.78 0.51 0 0.68
HSL 219.38º 0.64% 0.2% -
HSV(B) 219.38º 0.78% 0.32% -
XYZ 2.53 2.26 8.28 -
YUV 38.21 152.71 113.58 -
System Red Green Blue C M Y K H S L
Decimal 18 40 82 0.78 0.51 0 0.68 219.38 0.64 0.2
Hex 12 28 52 4E 33 0 44 DB 40 14
Octal 22 50 122 116 63 0 104 333 100 24
Binary 10010 101000 1010010 1001110 110011 0 1000100 11011011 1000000 10100

Color Harmonies of #122852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122852

Black with #122852

Text Example


Text Example

White with #122852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122852; }

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

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

background-color css

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

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

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

border-color css

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

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

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