Html Css Color HEX #1A336E Sapphire

📋 copy color: '#1A336E'

red 26 ◦ green 51 ◦ blue 110

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

Shades of Sapphire #1A336E

Tints of Sapphire #1A336E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.27%

 BLUE value IS 110 (43.36% from 255) = 58.82%

R = 13.9%
G = 27.27%
B = 58.82%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1A336E (or 0x1A336E) is known color: Sapphire. HEX triplet: 1A, 33 and 6E. RGB value is (26,51,110). Sum of RGB (Red+Green+Blue) = 26+51+110=187 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.90% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 110 (43.36% from 255 or 58.82% from 187); Max value from RGB is 110 - color contains mainly: blue. Hex color #1A336E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A336E is #E5CC91. Grayscale: #313131. Windows color (decimal): -15060114 or 7222042. OLE color: 7222042.

HSL color Cylindrical-coordinate representation of color #1A336E: hue angle of 222.14º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A336E is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 26 51 110 -
CMYK 0.76 0.54 0 0.57
HSL 222.14º 0.62% 0.27% -
HSV(B) 222.14º 0.76% 0.43% -
XYZ 4.42 3.71 15.24 -
YUV 50.25 161.72 110.7 -
System Red Green Blue C M Y K H S L
Decimal 26 51 110 0.76 0.54 0 0.57 222.14 0.62 0.27
Hex 1A 33 6E 4C 36 0 39 DE 3E 1B
Octal 32 63 156 114 66 0 71 336 76 33
Binary 11010 110011 1101110 1001100 110110 0 111001 11011110 111110 11011

Color Harmonies of #1A336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A336E

Black with #1A336E

Text Example


Text Example

White with #1A336E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,51,110); }

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

background-color css

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

 a { background-color: rgb(26,51,110); }

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

border-color css

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

 span { border-color: rgb(26,51,110); }

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