Html Css Color HEX #122954 Sapphire

📋 copy color: '#122954'

red 18 ◦ green 41 ◦ blue 84

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

Shades of Sapphire #122954

Tints of Sapphire #122954

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.67%

 BLUE value IS 84 (33.2% from 255) = 58.74%

R = 12.59%
G = 28.67%
B = 58.74%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#122954 (or 0x122954) is known color: Sapphire. HEX triplet: 12, 29 and 54. RGB value is (18,41,84). Sum of RGB (Red+Green+Blue) = 18+41+84=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 84 (33.20% from 255 or 58.74% from 143); Max value from RGB is 84 - color contains mainly: blue. Hex color #122954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122954 is #EDD6AB. Grayscale: #262626. Windows color (decimal): -15586988 or 5515538. OLE color: 5515538.

HSL color Cylindrical-coordinate representation of color #122954: hue angle of 219.09º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122954 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 41 84 -
CMYK 0.79 0.51 0 0.67
HSL 219.09º 0.65% 0.2% -
HSV(B) 219.09º 0.79% 0.33% -
XYZ 2.64 2.35 8.7 -
YUV 39.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 18 41 84 0.79 0.51 0 0.67 219.09 0.65 0.2
Hex 12 29 54 4F 33 0 43 DB 41 14
Octal 22 51 124 117 63 0 103 333 101 24
Binary 10010 101001 1010100 1001111 110011 0 1000011 11011011 1000001 10100

Color Harmonies of #122954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122954

Black with #122954

Text Example


Text Example

White with #122954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122954; }

 p { color: rgb(18,41,84); }

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

background-color css

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

 a { background-color: rgb(18,41,84); }

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

border-color css

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

 span { border-color: rgb(18,41,84); }

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