Html Css Color HEX #122F5B Sapphire

📋 copy color: '#122F5B'

red 18 ◦ green 47 ◦ blue 91

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

Shades of Sapphire #122F5B

Tints of Sapphire #122F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 58.33%

R = 11.54%
G = 30.13%
B = 58.33%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#122F5B (or 0x122F5B) is known color: Sapphire. HEX triplet: 12, 2F and 5B. RGB value is (18,47,91). Sum of RGB (Red+Green+Blue) = 18+47+91=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 91 (35.94% from 255 or 58.33% from 156); Max value from RGB is 91 - color contains mainly: blue. Hex color #122F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122F5B is #EDD0A4. Grayscale: #2B2B2B. Windows color (decimal): -15585445 or 5975826. OLE color: 5975826.

HSL color Cylindrical-coordinate representation of color #122F5B: hue angle of 216.16º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #122F5B is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 47 91 -
CMYK 0.80 0.48 0 0.64
HSL 216.16º 0.67% 0.21% -
HSV(B) 216.16º 0.8% 0.36% -
XYZ 3.15 2.92 10.29 -
YUV 43.35 154.89 109.92 -
System Red Green Blue C M Y K H S L
Decimal 18 47 91 0.80 0.48 0 0.64 216.16 0.67 0.21
Hex 12 2F 5B 50 30 0 40 D8 43 15
Octal 22 57 133 120 60 0 100 330 103 25
Binary 10010 101111 1011011 1010000 110000 0 1000000 11011000 1000011 10101

Color Harmonies of #122F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122F5B

Black with #122F5B

Text Example


Text Example

White with #122F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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