Html Css Color HEX #122F66 Sapphire

📋 copy color: '#122F66'

red 18 ◦ green 47 ◦ blue 102

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

Shades of Sapphire #122F66

Tints of Sapphire #122F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 61.08%

R = 10.78%
G = 28.14%
B = 61.08%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#122F66 (or 0x122F66) is known color: Sapphire. HEX triplet: 12, 2F and 66. RGB value is (18,47,102). Sum of RGB (Red+Green+Blue) = 18+47+102=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #122F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122F66 is #EDD099. Grayscale: #2C2C2C. Windows color (decimal): -15585434 or 6696722. OLE color: 6696722.

HSL color Cylindrical-coordinate representation of color #122F66: hue angle of 219.29º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122F66 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 47 102 -
CMYK 0.82 0.54 0 0.6
HSL 219.29º 0.7% 0.24% -
HSV(B) 219.29º 0.82% 0.4% -
XYZ 3.66 3.12 12.98 -
YUV 44.6 160.39 109.03 -
System Red Green Blue C M Y K H S L
Decimal 18 47 102 0.82 0.54 0 0.6 219.29 0.7 0.24
Hex 12 2F 66 52 36 0 3C DB 46 18
Octal 22 57 146 122 66 0 74 333 106 30
Binary 10010 101111 1100110 1010010 110110 0 111100 11011011 1000110 11000

Color Harmonies of #122F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122F66

Black with #122F66

Text Example


Text Example

White with #122F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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