Html Css Color HEX #1A2968 Sapphire

📋 copy color: '#1A2968'

red 26 ◦ green 41 ◦ blue 104

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

Shades of Sapphire #1A2968

Tints of Sapphire #1A2968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 60.82%

R = 15.2%
G = 23.98%
B = 60.82%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1A2968 (or 0x1A2968) is known color: Sapphire. HEX triplet: 1A, 29 and 68. RGB value is (26,41,104). Sum of RGB (Red+Green+Blue) = 26+41+104=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A2968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2968 is #E5D697. Grayscale: #2B2B2B. Windows color (decimal): -15062680 or 6826266. OLE color: 6826266.

HSL color Cylindrical-coordinate representation of color #1A2968: hue angle of 228.46º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A2968 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 26 41 104 -
CMYK 0.75 0.61 0 0.59
HSL 228.46º 0.6% 0.25% -
HSV(B) 228.46º 0.75% 0.41% -
XYZ 3.72 2.8 13.44 -
YUV 43.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 26 41 104 0.75 0.61 0 0.59 228.46 0.6 0.25
Hex 1A 29 68 4B 3D 0 3B E4 3C 19
Octal 32 51 150 113 75 0 73 344 74 31
Binary 11010 101001 1101000 1001011 111101 0 111011 11100100 111100 11001

Color Harmonies of #1A2968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A2968

Black with #1A2968

Text Example


Text Example

White with #1A2968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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