Html Css Color HEX #1A296C Sapphire

📋 copy color: '#1A296C'

red 26 ◦ green 41 ◦ blue 108

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

Shades of Sapphire #1A296C

Tints of Sapphire #1A296C

RGB

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

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

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

R = 14.86%
G = 23.43%
B = 61.71%

CMYK

 C value IS 0.76

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1A296C (or 0x1A296C) is known color: Sapphire. HEX triplet: 1A, 29 and 6C. RGB value is (26,41,108). Sum of RGB (Red+Green+Blue) = 26+41+108=175 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.86% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #1A296C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A296C is #E5D693. Grayscale: #2B2B2B. Windows color (decimal): -15062676 or 7088410. OLE color: 7088410.

HSL color Cylindrical-coordinate representation of color #1A296C: hue angle of 229.02º 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 #1A296C is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 26 41 108 -
CMYK 0.76 0.62 0 0.58
HSL 229.02º 0.61% 0.26% -
HSV(B) 229.02º 0.76% 0.42% -
XYZ 3.93 2.89 14.54 -
YUV 44.15 164.03 115.05 -
System Red Green Blue C M Y K H S L
Decimal 26 41 108 0.76 0.62 0 0.58 229.02 0.61 0.26
Hex 1A 29 6C 4C 3E 0 3A E5 3D 1A
Octal 32 51 154 114 76 0 72 345 75 32
Binary 11010 101001 1101100 1001100 111110 0 111010 11100101 111101 11010

Color Harmonies of #1A296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A296C

Black with #1A296C

Text Example


Text Example

White with #1A296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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