Html Css Color HEX #122668 Sapphire

📋 copy color: '#122668'

red 18 ◦ green 38 ◦ blue 104

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

Shades of Sapphire #122668

Tints of Sapphire #122668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 65%

R = 11.25%
G = 23.75%
B = 65%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#122668 (or 0x122668) is known color: Sapphire. HEX triplet: 12, 26 and 68. RGB value is (18,38,104). Sum of RGB (Red+Green+Blue) = 18+38+104=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 104 (41.02% from 255 or 65% from 160); Max value from RGB is 104 - color contains mainly: blue. Hex color #122668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122668 is #EDD997. Grayscale: #272727. Windows color (decimal): -15587736 or 6825490. OLE color: 6825490.

HSL color Cylindrical-coordinate representation of color #122668: hue angle of 226.05º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #122668 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 38 104 -
CMYK 0.83 0.63 0 0.59
HSL 226.05º 0.7% 0.24% -
HSV(B) 226.05º 0.83% 0.41% -
XYZ 3.44 2.51 13.4 -
YUV 39.54 164.37 112.63 -
System Red Green Blue C M Y K H S L
Decimal 18 38 104 0.83 0.63 0 0.59 226.05 0.7 0.24
Hex 12 26 68 53 3F 0 3B E2 46 18
Octal 22 46 150 123 77 0 73 342 106 30
Binary 10010 100110 1101000 1010011 111111 0 111011 11100010 1000110 11000

Color Harmonies of #122668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122668

Black with #122668

Text Example


Text Example

White with #122668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122668; }

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

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

background-color css

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

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

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

border-color css

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

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

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