Html Css Color HEX #1D428B Fun Blue

📋 copy color: '#1D428B'

red 29 ◦ green 66 ◦ blue 139

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

Shades of Fun Blue #1D428B

Tints of Fun Blue #1D428B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.21%

 BLUE value IS 139 (54.69% from 255) = 59.4%

R = 12.39%
G = 28.21%
B = 59.4%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1D428B (or 0x1D428B) is known color: Fun Blue. HEX triplet: 1D, 42 and 8B. RGB value is (29,66,139). Sum of RGB (Red+Green+Blue) = 29+66+139=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D428B is #E2BD74. Grayscale: #3E3E3E. Windows color (decimal): -14859637 or 9126429. OLE color: 9126429.

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

Color convert

RGB 29 66 139 -
CMYK 0.79 0.53 0 0.45
HSL 219.82º 0.65% 0.33% -
HSV(B) 219.82º 0.79% 0.55% -
XYZ 7.12 6.02 25.21 -
YUV 63.26 170.74 103.56 -
System Red Green Blue C M Y K H S L
Decimal 29 66 139 0.79 0.53 0 0.45 219.82 0.65 0.33
Hex 1D 42 8B 4F 35 0 2D DC 41 21
Octal 35 102 213 117 65 0 55 334 101 41
Binary 11101 1000010 10001011 1001111 110101 0 101101 11011100 1000001 100001

Color Harmonies of #1D428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D428B

Black with #1D428B

Text Example


Text Example

White with #1D428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,66,139); }

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

background-color css

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

 a { background-color: rgb(29,66,139); }

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

border-color css

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

 span { border-color: rgb(29,66,139); }

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