Html Css Color HEX #1D2F8A Egyptian Blue

📋 copy color: '#1D2F8A'

red 29 ◦ green 47 ◦ blue 138

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

Shades of Egyptian Blue #1D2F8A

Tints of Egyptian Blue #1D2F8A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.96%

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

R = 13.55%
G = 21.96%
B = 64.49%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D2F8A (or 0x1D2F8A) is known color: Egyptian Blue. HEX triplet: 1D, 2F and 8A. RGB value is (29,47,138). Sum of RGB (Red+Green+Blue) = 29+47+138=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 138 (54.30% from 255 or 64.49% from 214); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D2F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2F8A is #E2D075. Grayscale: #333333. Windows color (decimal): -14864502 or 9056029. OLE color: 9056029.

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

Color convert

RGB 29 47 138 -
CMYK 0.79 0.66 0 0.46
HSL 230.09º 0.65% 0.33% -
HSV(B) 230.09º 0.79% 0.54% -
XYZ 6.11 4.13 24.52 -
YUV 51.99 176.54 111.6 -
System Red Green Blue C M Y K H S L
Decimal 29 47 138 0.79 0.66 0 0.46 230.09 0.65 0.33
Hex 1D 2F 8A 4F 42 0 2E E6 41 21
Octal 35 57 212 117 102 0 56 346 101 41
Binary 11101 101111 10001010 1001111 1000010 0 101110 11100110 1000001 100001

Color Harmonies of #1D2F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2F8A

Black with #1D2F8A

Text Example


Text Example

White with #1D2F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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