Html Css Color HEX #1A377B Resolution Blue

📋 copy color: '#1A377B'

red 26 ◦ green 55 ◦ blue 123

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

Shades of Resolution Blue #1A377B

Tints of Resolution Blue #1A377B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 60.29%

R = 12.75%
G = 26.96%
B = 60.29%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1A377B (or 0x1A377B) is known color: Resolution Blue. HEX triplet: 1A, 37 and 7B. RGB value is (26,55,123). Sum of RGB (Red+Green+Blue) = 26+55+123=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 123 (48.44% from 255 or 60.29% from 204); Max value from RGB is 123 - color contains mainly: blue. Hex color #1A377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A377B is #E5C884. Grayscale: #353535. Windows color (decimal): -15059077 or 8075034. OLE color: 8075034.

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

Color convert

RGB 26 55 123 -
CMYK 0.79 0.55 0 0.52
HSL 222.06º 0.65% 0.29% -
HSV(B) 222.06º 0.79% 0.48% -
XYZ 5.37 4.38 19.3 -
YUV 54.08 166.89 107.97 -
System Red Green Blue C M Y K H S L
Decimal 26 55 123 0.79 0.55 0 0.52 222.06 0.65 0.29
Hex 1A 37 7B 4F 37 0 34 DE 41 1D
Octal 32 67 173 117 67 0 64 336 101 35
Binary 11010 110111 1111011 1001111 110111 0 110100 11011110 1000001 11101

Color Harmonies of #1A377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A377B

Black with #1A377B

Text Example


Text Example

White with #1A377B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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