Html Css Color HEX #1D398A Resolution Blue

📋 copy color: '#1D398A'

red 29 ◦ green 57 ◦ blue 138

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

Shades of Resolution Blue #1D398A

Tints of Resolution Blue #1D398A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.45%

 BLUE value IS 138 (54.3% from 255) = 61.61%

R = 12.95%
G = 25.45%
B = 61.61%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D398A (or 0x1D398A) is known color: Resolution Blue. HEX triplet: 1D, 39 and 8A. RGB value is (29,57,138). Sum of RGB (Red+Green+Blue) = 29+57+138=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 138 (54.30% from 255 or 61.61% from 224); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D398A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D398A is #E2C675. Grayscale: #393939. Windows color (decimal): -14861942 or 9058589. OLE color: 9058589.

HSL color Cylindrical-coordinate representation of color #1D398A: hue angle of 224.59º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D398A is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 57 138 -
CMYK 0.79 0.59 0 0.46
HSL 224.59º 0.65% 0.33% -
HSV(B) 224.59º 0.79% 0.54% -
XYZ 6.56 5.02 24.67 -
YUV 57.86 173.22 107.41 -
System Red Green Blue C M Y K H S L
Decimal 29 57 138 0.79 0.59 0 0.46 224.59 0.65 0.33
Hex 1D 39 8A 4F 3B 0 2E E1 41 21
Octal 35 71 212 117 73 0 56 341 101 41
Binary 11101 111001 10001010 1001111 111011 0 101110 11100001 1000001 100001

Color Harmonies of #1D398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D398A

Black with #1D398A

Text Example


Text Example

White with #1D398A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,57,138); }

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

background-color css

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

 a { background-color: rgb(29,57,138); }

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

border-color css

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

 span { border-color: rgb(29,57,138); }

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