Html Css Color HEX #122F67 Sapphire

📋 copy color: '#122F67'

red 18 ◦ green 47 ◦ blue 103

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

Shades of Sapphire #122F67

Tints of Sapphire #122F67

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.98%

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

R = 10.71%
G = 27.98%
B = 61.31%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#122F67 (or 0x122F67) is known color: Sapphire. HEX triplet: 12, 2F and 67. RGB value is (18,47,103). Sum of RGB (Red+Green+Blue) = 18+47+103=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 103 (40.62% from 255 or 61.31% from 168); Max value from RGB is 103 - color contains mainly: blue. Hex color #122F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122F67 is #EDD098. Grayscale: #2C2C2C. Windows color (decimal): -15585433 or 6762258. OLE color: 6762258.

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

Color convert

RGB 18 47 103 -
CMYK 0.83 0.54 0 0.60
HSL 219.53º 0.7% 0.24% -
HSV(B) 219.53º 0.83% 0.4% -
XYZ 3.71 3.14 13.24 -
YUV 44.71 160.89 108.95 -
System Red Green Blue C M Y K H S L
Decimal 18 47 103 0.83 0.54 0 0.60 219.53 0.7 0.24
Hex 12 2F 67 53 36 0 3C DC 46 18
Octal 22 57 147 123 66 0 74 334 106 30
Binary 10010 101111 1100111 1010011 110110 0 111100 11011100 1000110 11000

Color Harmonies of #122F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122F67

Black with #122F67

Text Example


Text Example

White with #122F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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