Html Css Color HEX #1A346C Sapphire

📋 copy color: '#1A346C'

red 26 ◦ green 52 ◦ blue 108

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

Shades of Sapphire #1A346C

Tints of Sapphire #1A346C

RGB

 RED value IS 26 (10.55% from 255) = 13.98%

 GREEN value IS 52 (20.7% from 255) = 27.96%

 BLUE value IS 108 (42.58% from 255) = 58.06%

R = 13.98%
G = 27.96%
B = 58.06%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1A346C (or 0x1A346C) is known color: Sapphire. HEX triplet: 1A, 34 and 6C. RGB value is (26,52,108). Sum of RGB (Red+Green+Blue) = 26+52+108=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #1A346C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A346C is #E5CB93. Grayscale: #323232. Windows color (decimal): -15059860 or 7091226. OLE color: 7091226.

HSL color Cylindrical-coordinate representation of color #1A346C: hue angle of 220.98º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A346C is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 26 52 108 -
CMYK 0.76 0.52 0 0.58
HSL 220.98º 0.61% 0.26% -
HSV(B) 220.98º 0.76% 0.42% -
XYZ 4.36 3.76 14.68 -
YUV 50.61 160.39 110.45 -
System Red Green Blue C M Y K H S L
Decimal 26 52 108 0.76 0.52 0 0.58 220.98 0.61 0.26
Hex 1A 34 6C 4C 34 0 3A DD 3D 1A
Octal 32 64 154 114 64 0 72 335 75 32
Binary 11010 110100 1101100 1001100 110100 0 111010 11011101 111101 11010

Color Harmonies of #1A346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A346C

Black with #1A346C

Text Example


Text Example

White with #1A346C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A346C; }

 p { color: rgb(26,52,108); }

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

background-color css

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

 a { background-color: rgb(26,52,108); }

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

border-color css

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

 span { border-color: rgb(26,52,108); }

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