Html Css Color HEX #1D3D8A Fun Blue

📋 copy color: '#1D3D8A'

red 29 ◦ green 61 ◦ blue 138

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

Shades of Fun Blue #1D3D8A

Tints of Fun Blue #1D3D8A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.75%

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

R = 12.72%
G = 26.75%
B = 60.53%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D3D8A (or 0x1D3D8A) is known color: Fun Blue. HEX triplet: 1D, 3D and 8A. RGB value is (29,61,138). Sum of RGB (Red+Green+Blue) = 29+61+138=228 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.72% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 138 (54.30% from 255 or 60.53% from 228); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D3D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3D8A is #E2C275. Grayscale: #3B3B3B. Windows color (decimal): -14860918 or 9059613. OLE color: 9059613.

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

Color convert

RGB 29 61 138 -
CMYK 0.79 0.56 0 0.46
HSL 222.39º 0.65% 0.33% -
HSV(B) 222.39º 0.79% 0.54% -
XYZ 6.76 5.43 24.74 -
YUV 60.21 171.9 105.74 -
System Red Green Blue C M Y K H S L
Decimal 29 61 138 0.79 0.56 0 0.46 222.39 0.65 0.33
Hex 1D 3D 8A 4F 38 0 2E DE 41 21
Octal 35 75 212 117 70 0 56 336 101 41
Binary 11101 111101 10001010 1001111 111000 0 101110 11011110 1000001 100001

Color Harmonies of #1D3D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3D8A

Black with #1D3D8A

Text Example


Text Example

White with #1D3D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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