Html Css Color HEX #122658 Sapphire

📋 copy color: '#122658'

red 18 ◦ green 38 ◦ blue 88

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

Shades of Sapphire #122658

Tints of Sapphire #122658

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.39%

 BLUE value IS 88 (34.77% from 255) = 61.11%

R = 12.5%
G = 26.39%
B = 61.11%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#122658 (or 0x122658) is known color: Sapphire. HEX triplet: 12, 26 and 58. RGB value is (18,38,88). Sum of RGB (Red+Green+Blue) = 18+38+88=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #122658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122658 is #EDD9A7. Grayscale: #252525. Windows color (decimal): -15587752 or 5776914. OLE color: 5776914.

HSL color Cylindrical-coordinate representation of color #122658: hue angle of 222.86º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #122658 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 38 88 -
CMYK 0.80 0.57 0 0.65
HSL 222.86º 0.66% 0.21% -
HSV(B) 222.86º 0.8% 0.35% -
XYZ 2.7 2.22 9.52 -
YUV 37.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 18 38 88 0.80 0.57 0 0.65 222.86 0.66 0.21
Hex 12 26 58 50 39 0 41 DF 42 15
Octal 22 46 130 120 71 0 101 337 102 25
Binary 10010 100110 1011000 1010000 111001 0 1000001 11011111 1000010 10101

Color Harmonies of #122658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122658

Black with #122658

Text Example


Text Example

White with #122658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122658; }

 p { color: rgb(18,38,88); }

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

background-color css

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

 a { background-color: rgb(18,38,88); }

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

border-color css

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

 span { border-color: rgb(18,38,88); }

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