Html Css Color HEX #1A3673 Sapphire

📋 copy color: '#1A3673'

red 26 ◦ green 54 ◦ blue 115

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

Shades of Sapphire #1A3673

Tints of Sapphire #1A3673

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.69%

 BLUE value IS 115 (45.31% from 255) = 58.97%

R = 13.33%
G = 27.69%
B = 58.97%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1A3673 (or 0x1A3673) is known color: Sapphire. HEX triplet: 1A, 36 and 73. RGB value is (26,54,115). Sum of RGB (Red+Green+Blue) = 26+54+115=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A3673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3673 is #E5C98C. Grayscale: #343434. Windows color (decimal): -15059341 or 7550490. OLE color: 7550490.

HSL color Cylindrical-coordinate representation of color #1A3673: hue angle of 221.12º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A3673 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 26 54 115 -
CMYK 0.77 0.53 0 0.55
HSL 221.12º 0.63% 0.28% -
HSV(B) 221.12º 0.77% 0.45% -
XYZ 4.84 4.1 16.76 -
YUV 52.58 163.22 109.04 -
System Red Green Blue C M Y K H S L
Decimal 26 54 115 0.77 0.53 0 0.55 221.12 0.63 0.28
Hex 1A 36 73 4D 35 0 37 DD 3F 1C
Octal 32 66 163 115 65 0 67 335 77 34
Binary 11010 110110 1110011 1001101 110101 0 110111 11011101 111111 11100

Color Harmonies of #1A3673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3673

Black with #1A3673

Text Example


Text Example

White with #1A3673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,54,115); }

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

background-color css

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

 a { background-color: rgb(26,54,115); }

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

border-color css

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

 span { border-color: rgb(26,54,115); }

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