Html Css Color HEX #121F52 Sapphire

📋 copy color: '#121F52'

red 18 ◦ green 31 ◦ blue 82

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

Shades of Sapphire #121F52

Tints of Sapphire #121F52

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.66%

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

R = 13.74%
G = 23.66%
B = 62.6%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#121F52 (or 0x121F52) is known color: Sapphire. HEX triplet: 12, 1F and 52. RGB value is (18,31,82). Sum of RGB (Red+Green+Blue) = 18+31+82=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 82 (32.42% from 255 or 62.60% from 131); Max value from RGB is 82 - color contains mainly: blue. Hex color #121F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F52 is #EDE0AD. Grayscale: #202020. Windows color (decimal): -15589550 or 5381906. OLE color: 5381906.

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

Color convert

RGB 18 31 82 -
CMYK 0.78 0.62 0 0.68
HSL 227.81º 0.64% 0.2% -
HSV(B) 227.81º 0.78% 0.32% -
XYZ 2.26 1.72 8.19 -
YUV 32.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 18 31 82 0.78 0.62 0 0.68 227.81 0.64 0.2
Hex 12 1F 52 4E 3E 0 44 E4 40 14
Octal 22 37 122 116 76 0 104 344 100 24
Binary 10010 11111 1010010 1001110 111110 0 1000100 11100100 1000000 10100

Color Harmonies of #121F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F52

Black with #121F52

Text Example


Text Example

White with #121F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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