Html Css Color HEX #1D446F Regal Blue

📋 copy color: '#1D446F'

red 29 ◦ green 68 ◦ blue 111

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

Shades of Regal Blue #1D446F

Tints of Regal Blue #1D446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.69%

 BLUE value IS 111 (43.75% from 255) = 53.37%

R = 13.94%
G = 32.69%
B = 53.37%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1D446F (or 0x1D446F) is known color: Regal Blue. HEX triplet: 1D, 44 and 6F. RGB value is (29,68,111). Sum of RGB (Red+Green+Blue) = 29+68+111=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #1D446F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D446F is #E2BB90. Grayscale: #3D3D3D. Windows color (decimal): -14859153 or 7291933. OLE color: 7291933.

HSL color Cylindrical-coordinate representation of color #1D446F: hue angle of 211.46º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D446F is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 68 111 -
CMYK 0.74 0.39 0 0.56
HSL 211.46º 0.59% 0.27% -
HSV(B) 211.46º 0.74% 0.44% -
XYZ 5.44 5.54 15.82 -
YUV 61.24 156.08 105 -
System Red Green Blue C M Y K H S L
Decimal 29 68 111 0.74 0.39 0 0.56 211.46 0.59 0.27
Hex 1D 44 6F 4A 27 0 38 D3 3B 1B
Octal 35 104 157 112 47 0 70 323 73 33
Binary 11101 1000100 1101111 1001010 100111 0 111000 11010011 111011 11011

Color Harmonies of #1D446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D446F

Black with #1D446F

Text Example


Text Example

White with #1D446F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,68,111); }

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

background-color css

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

 a { background-color: rgb(29,68,111); }

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

border-color css

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

 span { border-color: rgb(29,68,111); }

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