Html Css Color HEX #122474 Sapphire

📋 copy color: '#122474'

red 18 ◦ green 36 ◦ blue 116

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

Shades of Sapphire #122474

Tints of Sapphire #122474

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.18%

 BLUE value IS 116 (45.7% from 255) = 68.24%

R = 10.59%
G = 21.18%
B = 68.24%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#122474 (or 0x122474) is known color: Sapphire. HEX triplet: 12, 24 and 74. RGB value is (18,36,116). Sum of RGB (Red+Green+Blue) = 18+36+116=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 116 (45.70% from 255 or 68.24% from 170); Max value from RGB is 116 - color contains mainly: blue. Hex color #122474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122474 is #EDDB8B. Grayscale: #272727. Windows color (decimal): -15588236 or 7611410. OLE color: 7611410.

HSL color Cylindrical-coordinate representation of color #122474: hue angle of 228.98º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122474 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 36 116 -
CMYK 0.84 0.69 0 0.55
HSL 228.98º 0.73% 0.26% -
HSV(B) 228.98º 0.84% 0.45% -
XYZ 4.03 2.65 16.82 -
YUV 39.74 171.04 112.5 -
System Red Green Blue C M Y K H S L
Decimal 18 36 116 0.84 0.69 0 0.55 228.98 0.73 0.26
Hex 12 24 74 54 45 0 37 E5 49 1A
Octal 22 44 164 124 105 0 67 345 111 32
Binary 10010 100100 1110100 1010100 1000101 0 110111 11100101 1001001 11010

Color Harmonies of #122474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122474

Black with #122474

Text Example


Text Example

White with #122474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122474; }

 p { color: rgb(18,36,116); }

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

background-color css

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

 a { background-color: rgb(18,36,116); }

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

border-color css

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

 span { border-color: rgb(18,36,116); }

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