Html Css Color HEX #1D377F Resolution Blue

📋 copy color: '#1D377F'

red 29 ◦ green 55 ◦ blue 127

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

Shades of Resolution Blue #1D377F

Tints of Resolution Blue #1D377F

RGB

 RED value IS 29 (11.72% from 255) = 13.74%

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

 BLUE value IS 127 (50% from 255) = 60.19%

R = 13.74%
G = 26.07%
B = 60.19%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1D377F (or 0x1D377F) is known color: Resolution Blue. HEX triplet: 1D, 37 and 7F. RGB value is (29,55,127). Sum of RGB (Red+Green+Blue) = 29+55+127=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #1D377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D377F is #E2C880. Grayscale: #373737. Windows color (decimal): -14862465 or 8337181. OLE color: 8337181.

HSL color Cylindrical-coordinate representation of color #1D377F: hue angle of 224.08º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D377F is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 29 55 127 -
CMYK 0.77 0.57 0 0.50
HSL 224.08º 0.63% 0.31% -
HSV(B) 224.08º 0.77% 0.5% -
XYZ 5.7 4.53 20.65 -
YUV 55.43 168.39 109.15 -
System Red Green Blue C M Y K H S L
Decimal 29 55 127 0.77 0.57 0 0.50 224.08 0.63 0.31
Hex 1D 37 7F 4D 39 0 32 E0 3F 1F
Octal 35 67 177 115 71 0 62 340 77 37
Binary 11101 110111 1111111 1001101 111001 0 110010 11100000 111111 11111

Color Harmonies of #1D377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D377F

Black with #1D377F

Text Example


Text Example

White with #1D377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,55,127); }

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

background-color css

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

 a { background-color: rgb(29,55,127); }

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

border-color css

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

 span { border-color: rgb(29,55,127); }

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