Html Css Color HEX #1D357F Resolution Blue

📋 copy color: '#1D357F'

red 29 ◦ green 53 ◦ blue 127

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

Shades of Resolution Blue #1D357F

Tints of Resolution Blue #1D357F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.36%

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

R = 13.88%
G = 25.36%
B = 60.77%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1D357F (or 0x1D357F) is known color: Resolution Blue. HEX triplet: 1D, 35 and 7F. RGB value is (29,53,127). Sum of RGB (Red+Green+Blue) = 29+53+127=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #1D357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D357F is #E2CA80. Grayscale: #353535. Windows color (decimal): -14862977 or 8336669. OLE color: 8336669.

HSL color Cylindrical-coordinate representation of color #1D357F: hue angle of 225.31º 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 #1D357F is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 29 53 127 -
CMYK 0.77 0.58 0 0.50
HSL 225.31º 0.63% 0.31% -
HSV(B) 225.31º 0.77% 0.5% -
XYZ 5.61 4.34 20.62 -
YUV 54.26 169.05 109.98 -
System Red Green Blue C M Y K H S L
Decimal 29 53 127 0.77 0.58 0 0.50 225.31 0.63 0.31
Hex 1D 35 7F 4D 3A 0 32 E1 3F 1F
Octal 35 65 177 115 72 0 62 341 77 37
Binary 11101 110101 1111111 1001101 111010 0 110010 11100001 111111 11111

Color Harmonies of #1D357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D357F

Black with #1D357F

Text Example


Text Example

White with #1D357F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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