Html Css Color HEX #122962 Sapphire

📋 copy color: '#122962'

red 18 ◦ green 41 ◦ blue 98

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

Shades of Sapphire #122962

Tints of Sapphire #122962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.11%

 BLUE value IS 98 (38.67% from 255) = 62.42%

R = 11.46%
G = 26.11%
B = 62.42%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122962 (or 0x122962) is known color: Sapphire. HEX triplet: 12, 29 and 62. RGB value is (18,41,98). Sum of RGB (Red+Green+Blue) = 18+41+98=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 98 (38.67% from 255 or 62.42% from 157); Max value from RGB is 98 - color contains mainly: blue. Hex color #122962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122962 is #EDD69D. Grayscale: #282828. Windows color (decimal): -15586974 or 6433042. OLE color: 6433042.

HSL color Cylindrical-coordinate representation of color #122962: hue angle of 222.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122962 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 41 98 -
CMYK 0.82 0.58 0 0.62
HSL 222.75º 0.69% 0.23% -
HSV(B) 222.75º 0.82% 0.38% -
XYZ 3.25 2.6 11.89 -
YUV 40.62 160.38 111.87 -
System Red Green Blue C M Y K H S L
Decimal 18 41 98 0.82 0.58 0 0.62 222.75 0.69 0.23
Hex 12 29 62 52 3A 0 3E DF 45 17
Octal 22 51 142 122 72 0 76 337 105 27
Binary 10010 101001 1100010 1010010 111010 0 111110 11011111 1000101 10111

Color Harmonies of #122962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122962

Black with #122962

Text Example


Text Example

White with #122962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122962; }

 p { color: rgb(18,41,98); }

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

background-color css

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

 a { background-color: rgb(18,41,98); }

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

border-color css

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

 span { border-color: rgb(18,41,98); }

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