Html Css Color HEX #122A7D Sapphire

📋 copy color: '#122A7D'

red 18 ◦ green 42 ◦ blue 125

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

Shades of Sapphire #122A7D

Tints of Sapphire #122A7D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.7%

 BLUE value IS 125 (49.22% from 255) = 67.57%

R = 9.73%
G = 22.7%
B = 67.57%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#122A7D (or 0x122A7D) is known color: Sapphire. HEX triplet: 12, 2A and 7D. RGB value is (18,42,125). Sum of RGB (Red+Green+Blue) = 18+42+125=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #122A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A7D is #EDD582. Grayscale: #2B2B2B. Windows color (decimal): -15586691 or 8202770. OLE color: 8202770.

HSL color Cylindrical-coordinate representation of color #122A7D: hue angle of 226.54º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122A7D is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 42 125 -
CMYK 0.86 0.66 0 0.51
HSL 226.54º 0.75% 0.28% -
HSV(B) 226.54º 0.86% 0.49% -
XYZ 4.78 3.27 19.78 -
YUV 44.29 173.55 109.25 -
System Red Green Blue C M Y K H S L
Decimal 18 42 125 0.86 0.66 0 0.51 226.54 0.75 0.28
Hex 12 2A 7D 56 42 0 33 E3 4B 1C
Octal 22 52 175 126 102 0 63 343 113 34
Binary 10010 101010 1111101 1010110 1000010 0 110011 11100011 1001011 11100

Color Harmonies of #122A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122A7D

Black with #122A7D

Text Example


Text Example

White with #122A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,42,125); }

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

background-color css

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

 a { background-color: rgb(18,42,125); }

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

border-color css

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

 span { border-color: rgb(18,42,125); }

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