Html Css Color HEX #1C439B Egyptian Blue

📋 copy color: '#1C439B'

red 28 ◦ green 67 ◦ blue 155

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

Shades of Egyptian Blue #1C439B

Tints of Egyptian Blue #1C439B

RGB

 RED value IS 28 (11.33% from 255) = 11.2%

 GREEN value IS 67 (26.56% from 255) = 26.8%

 BLUE value IS 155 (60.94% from 255) = 62%

R = 11.2%
G = 26.8%
B = 62%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C439B (or 0x1C439B) is known color: Egyptian Blue. HEX triplet: 1C, 43 and 9B. RGB value is (28,67,155). Sum of RGB (Red+Green+Blue) = 28+67+155=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C439B is #E3BC64. Grayscale: #404040. Windows color (decimal): -14924901 or 10175260. OLE color: 10175260.

HSL color Cylindrical-coordinate representation of color #1C439B: hue angle of 221.57º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C439B is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 28 67 155 -
CMYK 0.82 0.57 0 0.39
HSL 221.57º 0.69% 0.36% -
HSV(B) 221.57º 0.82% 0.61% -
XYZ 8.4 6.63 31.85 -
YUV 65.37 178.58 101.34 -
System Red Green Blue C M Y K H S L
Decimal 28 67 155 0.82 0.57 0 0.39 221.57 0.69 0.36
Hex 1C 43 9B 52 39 0 27 DE 45 24
Octal 34 103 233 122 71 0 47 336 105 44
Binary 11100 1000011 10011011 1010010 111001 0 100111 11011110 1000101 100100

Color Harmonies of #1C439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C439B

Black with #1C439B

Text Example


Text Example

White with #1C439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,67,155); }

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

background-color css

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

 a { background-color: rgb(28,67,155); }

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

border-color css

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

 span { border-color: rgb(28,67,155); }

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