Html Css Color HEX #1A3672 Sapphire

📋 copy color: '#1A3672'

red 26 ◦ green 54 ◦ blue 114

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

Shades of Sapphire #1A3672

Tints of Sapphire #1A3672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 58.76%

R = 13.4%
G = 27.84%
B = 58.76%

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

#1A3672 (or 0x1A3672) is known color: Sapphire. HEX triplet: 1A, 36 and 72. RGB value is (26,54,114). Sum of RGB (Red+Green+Blue) = 26+54+114=194 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.40% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #1A3672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3672 is #E5C98D. Grayscale: #343434. Windows color (decimal): -15059342 or 7484954. OLE color: 7484954.

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

Color convert

RGB 26 54 114 -
CMYK 0.77 0.53 0 0.55
HSL 220.91º 0.63% 0.27% -
HSV(B) 220.91º 0.77% 0.45% -
XYZ 4.78 4.07 16.45 -
YUV 52.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 26 54 114 0.77 0.53 0 0.55 220.91 0.63 0.27
Hex 1A 36 72 4D 35 0 37 DD 3F 1B
Octal 32 66 162 115 65 0 67 335 77 33
Binary 11010 110110 1110010 1001101 110101 0 110111 11011101 111111 11011

Color Harmonies of #1A3672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3672

Black with #1A3672

Text Example


Text Example

White with #1A3672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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