Html Css Color HEX #1D418B Fun Blue

📋 copy color: '#1D418B'

red 29 ◦ green 65 ◦ blue 139

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

Shades of Fun Blue #1D418B

Tints of Fun Blue #1D418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.9%

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

R = 12.45%
G = 27.9%
B = 59.66%

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

#1D418B (or 0x1D418B) is known color: Fun Blue. HEX triplet: 1D, 41 and 8B. RGB value is (29,65,139). Sum of RGB (Red+Green+Blue) = 29+65+139=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D418B is #E2BE74. Grayscale: #3E3E3E. Windows color (decimal): -14859893 or 9126173. OLE color: 9126173.

HSL color Cylindrical-coordinate representation of color #1D418B: hue angle of 220.36º 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 #1D418B is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 29 65 139 -
CMYK 0.79 0.53 0 0.45
HSL 220.36º 0.65% 0.33% -
HSV(B) 220.36º 0.79% 0.55% -
XYZ 7.06 5.91 25.19 -
YUV 62.67 171.07 103.98 -
System Red Green Blue C M Y K H S L
Decimal 29 65 139 0.79 0.53 0 0.45 220.36 0.65 0.33
Hex 1D 41 8B 4F 35 0 2D DC 41 21
Octal 35 101 213 117 65 0 55 334 101 41
Binary 11101 1000001 10001011 1001111 110101 0 101101 11011100 1000001 100001

Color Harmonies of #1D418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D418B

Black with #1D418B

Text Example


Text Example

White with #1D418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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