Html Css Color HEX #122752 Sapphire

📋 copy color: '#122752'

red 18 ◦ green 39 ◦ blue 82

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

Shades of Sapphire #122752

Tints of Sapphire #122752

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.06%

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

R = 12.95%
G = 28.06%
B = 58.99%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#122752 (or 0x122752) is known color: Sapphire. HEX triplet: 12, 27 and 52. RGB value is (18,39,82). Sum of RGB (Red+Green+Blue) = 18+39+82=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #122752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122752 is #EDD8AD. Grayscale: #252525. Windows color (decimal): -15587502 or 5383954. OLE color: 5383954.

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

Color convert

RGB 18 39 82 -
CMYK 0.78 0.52 0 0.68
HSL 220.31º 0.64% 0.2% -
HSV(B) 220.31º 0.78% 0.32% -
XYZ 2.5 2.19 8.27 -
YUV 37.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 18 39 82 0.78 0.52 0 0.68 220.31 0.64 0.2
Hex 12 27 52 4E 34 0 44 DC 40 14
Octal 22 47 122 116 64 0 104 334 100 24
Binary 10010 100111 1010010 1001110 110100 0 1000100 11011100 1000000 10100

Color Harmonies of #122752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122752

Black with #122752

Text Example


Text Example

White with #122752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122752; }

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

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

background-color css

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

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

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

border-color css

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

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

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