Html Css Color HEX #122467 Sapphire

📋 copy color: '#122467'

red 18 ◦ green 36 ◦ blue 103

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

Shades of Sapphire #122467

Tints of Sapphire #122467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 65.61%

R = 11.46%
G = 22.93%
B = 65.61%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#122467 (or 0x122467) is known color: Sapphire. HEX triplet: 12, 24 and 67. RGB value is (18,36,103). Sum of RGB (Red+Green+Blue) = 18+36+103=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 103 (40.62% from 255 or 65.61% from 157); Max value from RGB is 103 - color contains mainly: blue. Hex color #122467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122467 is #EDDB98. Grayscale: #252525. Windows color (decimal): -15588249 or 6759442. OLE color: 6759442.

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

Color convert

RGB 18 36 103 -
CMYK 0.83 0.65 0 0.60
HSL 227.29º 0.7% 0.24% -
HSV(B) 227.29º 0.83% 0.4% -
XYZ 3.33 2.37 13.11 -
YUV 38.26 164.54 113.55 -
System Red Green Blue C M Y K H S L
Decimal 18 36 103 0.83 0.65 0 0.60 227.29 0.7 0.24
Hex 12 24 67 53 41 0 3C E3 46 18
Octal 22 44 147 123 101 0 74 343 106 30
Binary 10010 100100 1100111 1010011 1000001 0 111100 11100011 1000110 11000

Color Harmonies of #122467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122467

Black with #122467

Text Example


Text Example

White with #122467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122467; }

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

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

background-color css

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

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

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

border-color css

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

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

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