Html Css Color HEX #122B5F Sapphire

📋 copy color: '#122B5F'

red 18 ◦ green 43 ◦ blue 95

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

Shades of Sapphire #122B5F

Tints of Sapphire #122B5F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.56%

 BLUE value IS 95 (37.5% from 255) = 60.9%

R = 11.54%
G = 27.56%
B = 60.9%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#122B5F (or 0x122B5F) is known color: Sapphire. HEX triplet: 12, 2B and 5F. RGB value is (18,43,95). Sum of RGB (Red+Green+Blue) = 18+43+95=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 95 (37.5% from 255 or 60.90% from 156); Max value from RGB is 95 - color contains mainly: blue. Hex color #122B5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B5F is #EDD4A0. Grayscale: #292929. Windows color (decimal): -15586465 or 6236946. OLE color: 6236946.

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

Color convert

RGB 18 43 95 -
CMYK 0.81 0.55 0 0.63
HSL 220.52º 0.68% 0.22% -
HSV(B) 220.52º 0.81% 0.37% -
XYZ 3.18 2.68 11.18 -
YUV 41.45 158.22 111.27 -
System Red Green Blue C M Y K H S L
Decimal 18 43 95 0.81 0.55 0 0.63 220.52 0.68 0.22
Hex 12 2B 5F 51 37 0 3F DD 44 16
Octal 22 53 137 121 67 0 77 335 104 26
Binary 10010 101011 1011111 1010001 110111 0 111111 11011101 1000100 10110

Color Harmonies of #122B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122B5F

Black with #122B5F

Text Example


Text Example

White with #122B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,43,95); }

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

background-color css

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

 a { background-color: rgb(18,43,95); }

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

border-color css

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

 span { border-color: rgb(18,43,95); }

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