Html Css Color HEX #122F60 Sapphire

📋 copy color: '#122F60'

red 18 ◦ green 47 ◦ blue 96

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

Shades of Sapphire #122F60

Tints of Sapphire #122F60

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.19%

 BLUE value IS 96 (37.89% from 255) = 59.63%

R = 11.18%
G = 29.19%
B = 59.63%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122F60 (or 0x122F60) is known color: Sapphire. HEX triplet: 12, 2F and 60. RGB value is (18,47,96). Sum of RGB (Red+Green+Blue) = 18+47+96=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #122F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122F60 is #EDD09F. Grayscale: #2B2B2B. Windows color (decimal): -15585440 or 6303506. OLE color: 6303506.

HSL color Cylindrical-coordinate representation of color #122F60: hue angle of 217.69º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #122F60 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 47 96 -
CMYK 0.81 0.51 0 0.62
HSL 217.69º 0.68% 0.22% -
HSV(B) 217.69º 0.81% 0.38% -
XYZ 3.38 3.01 11.47 -
YUV 43.92 157.39 109.52 -
System Red Green Blue C M Y K H S L
Decimal 18 47 96 0.81 0.51 0 0.62 217.69 0.68 0.22
Hex 12 2F 60 51 33 0 3E DA 44 16
Octal 22 57 140 121 63 0 76 332 104 26
Binary 10010 101111 1100000 1010001 110011 0 111110 11011010 1000100 10110

Color Harmonies of #122F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122F60

Black with #122F60

Text Example


Text Example

White with #122F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122F60; }

 p { color: rgb(18,47,96); }

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

background-color css

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

 a { background-color: rgb(18,47,96); }

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

border-color css

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

 span { border-color: rgb(18,47,96); }

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