Html Css Color HEX #1A336F Sapphire

📋 copy color: '#1A336F'

red 26 ◦ green 51 ◦ blue 111

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

Shades of Sapphire #1A336F

Tints of Sapphire #1A336F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 59.04%

R = 13.83%
G = 27.13%
B = 59.04%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1A336F (or 0x1A336F) is known color: Sapphire. HEX triplet: 1A, 33 and 6F. RGB value is (26,51,111). Sum of RGB (Red+Green+Blue) = 26+51+111=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #1A336F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A336F is #E5CC90. Grayscale: #323232. Windows color (decimal): -15060113 or 7287578. OLE color: 7287578.

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

Color convert

RGB 26 51 111 -
CMYK 0.77 0.54 0 0.56
HSL 222.35º 0.62% 0.27% -
HSV(B) 222.35º 0.77% 0.44% -
XYZ 4.48 3.73 15.52 -
YUV 50.37 162.22 110.62 -
System Red Green Blue C M Y K H S L
Decimal 26 51 111 0.77 0.54 0 0.56 222.35 0.62 0.27
Hex 1A 33 6F 4D 36 0 38 DE 3E 1B
Octal 32 63 157 115 66 0 70 336 76 33
Binary 11010 110011 1101111 1001101 110110 0 111000 11011110 111110 11011

Color Harmonies of #1A336F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A336F

Black with #1A336F

Text Example


Text Example

White with #1A336F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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