Html Css Color HEX #1A377C Resolution Blue

📋 copy color: '#1A377C'

red 26 ◦ green 55 ◦ blue 124

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

Shades of Resolution Blue #1A377C

Tints of Resolution Blue #1A377C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.83%

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

R = 12.68%
G = 26.83%
B = 60.49%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1A377C (or 0x1A377C) is known color: Resolution Blue. HEX triplet: 1A, 37 and 7C. RGB value is (26,55,124). Sum of RGB (Red+Green+Blue) = 26+55+124=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A377C is #E5C883. Grayscale: #353535. Windows color (decimal): -15059076 or 8140570. OLE color: 8140570.

HSL color Cylindrical-coordinate representation of color #1A377C: hue angle of 222.24º 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 #1A377C is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 26 55 124 -
CMYK 0.79 0.56 0 0.51
HSL 222.24º 0.65% 0.29% -
HSV(B) 222.24º 0.79% 0.49% -
XYZ 5.43 4.41 19.63 -
YUV 54.2 167.39 107.89 -
System Red Green Blue C M Y K H S L
Decimal 26 55 124 0.79 0.56 0 0.51 222.24 0.65 0.29
Hex 1A 37 7C 4F 38 0 33 DE 41 1D
Octal 32 67 174 117 70 0 63 336 101 35
Binary 11010 110111 1111100 1001111 111000 0 110011 11011110 1000001 11101

Color Harmonies of #1A377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A377C

Black with #1A377C

Text Example


Text Example

White with #1A377C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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