Html Css Color HEX #1A387C Resolution Blue

📋 copy color: '#1A387C'

red 26 ◦ green 56 ◦ blue 124

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

Shades of Resolution Blue #1A387C

Tints of Resolution Blue #1A387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.18%

 BLUE value IS 124 (48.83% from 255) = 60.19%

R = 12.62%
G = 27.18%
B = 60.19%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1A387C (or 0x1A387C) is known color: Resolution Blue. HEX triplet: 1A, 38 and 7C. RGB value is (26,56,124). Sum of RGB (Red+Green+Blue) = 26+56+124=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A387C is #E5C783. Grayscale: #363636. Windows color (decimal): -15058820 or 8140826. OLE color: 8140826.

HSL color Cylindrical-coordinate representation of color #1A387C: hue angle of 221.63º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A387C is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 26 56 124 -
CMYK 0.79 0.55 0 0.51
HSL 221.63º 0.65% 0.29% -
HSV(B) 221.63º 0.79% 0.49% -
XYZ 5.48 4.5 19.65 -
YUV 54.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 26 56 124 0.79 0.55 0 0.51 221.63 0.65 0.29
Hex 1A 38 7C 4F 37 0 33 DE 41 1D
Octal 32 70 174 117 67 0 63 336 101 35
Binary 11010 111000 1111100 1001111 110111 0 110011 11011110 1000001 11101

Color Harmonies of #1A387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A387C

Black with #1A387C

Text Example


Text Example

White with #1A387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,56,124); }

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

background-color css

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

 a { background-color: rgb(26,56,124); }

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

border-color css

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

 span { border-color: rgb(26,56,124); }

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