Html Css Color HEX #122C67 Sapphire

📋 copy color: '#122C67'

red 18 ◦ green 44 ◦ blue 103

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

Shades of Sapphire #122C67

Tints of Sapphire #122C67

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.67%

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

R = 10.91%
G = 26.67%
B = 62.42%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#122C67 (or 0x122C67) is known color: Sapphire. HEX triplet: 12, 2C and 67. RGB value is (18,44,103). Sum of RGB (Red+Green+Blue) = 18+44+103=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 103 (40.62% from 255 or 62.42% from 165); Max value from RGB is 103 - color contains mainly: blue. Hex color #122C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C67 is #EDD398. Grayscale: #2A2A2A. Windows color (decimal): -15586201 or 6761490. OLE color: 6761490.

HSL color Cylindrical-coordinate representation of color #122C67: hue angle of 221.65º 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 #122C67 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 44 103 -
CMYK 0.83 0.57 0 0.60
HSL 221.65º 0.7% 0.24% -
HSV(B) 221.65º 0.83% 0.4% -
XYZ 3.6 2.91 13.2 -
YUV 42.95 161.89 110.2 -
System Red Green Blue C M Y K H S L
Decimal 18 44 103 0.83 0.57 0 0.60 221.65 0.7 0.24
Hex 12 2C 67 53 39 0 3C DE 46 18
Octal 22 54 147 123 71 0 74 336 106 30
Binary 10010 101100 1100111 1010011 111001 0 111100 11011110 1000110 11000

Color Harmonies of #122C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122C67

Black with #122C67

Text Example


Text Example

White with #122C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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