Html Css Color HEX #17338C Egyptian Blue

📋 copy color: '#17338C'

red 23 ◦ green 51 ◦ blue 140

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

Shades of Egyptian Blue #17338C

Tints of Egyptian Blue #17338C

RGB

 RED value IS 23 (9.38% from 255) = 10.75%

 GREEN value IS 51 (20.31% from 255) = 23.83%

 BLUE value IS 140 (55.08% from 255) = 65.42%

R = 10.75%
G = 23.83%
B = 65.42%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#17338C (or 0x17338C) is known color: Egyptian Blue. HEX triplet: 17, 33 and 8C. RGB value is (23,51,140). Sum of RGB (Red+Green+Blue) = 23+51+140=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 140 (55.08% from 255 or 65.42% from 214); Max value from RGB is 140 - color contains mainly: blue. Hex color #17338C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17338C is #E8CC73. Grayscale: #343434. Windows color (decimal): -15256692 or 9188119. OLE color: 9188119.

HSL color Cylindrical-coordinate representation of color #17338C: hue angle of 225.64º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17338C is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 23 51 140 -
CMYK 0.84 0.64 0 0.45
HSL 225.64º 0.72% 0.32% -
HSV(B) 225.64º 0.84% 0.55% -
XYZ 6.27 4.44 25.34 -
YUV 52.77 177.22 106.76 -
System Red Green Blue C M Y K H S L
Decimal 23 51 140 0.84 0.64 0 0.45 225.64 0.72 0.32
Hex 17 33 8C 54 40 0 2D E2 48 20
Octal 27 63 214 124 100 0 55 342 110 40
Binary 10111 110011 10001100 1010100 1000000 0 101101 11100010 1001000 100000

Color Harmonies of #17338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17338C

Black with #17338C

Text Example


Text Example

White with #17338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17338C; }

 p { color: rgb(23,51,140); }

 H1.HeaderClassName
 {
   color: #17338C;
 }
 .AnyTagClassName
 {
   color: #17338C;
 }
</style>

background-color css

<style>
 a { background-color: #17338C; }

 a { background-color: rgb(23,51,140); }

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

border-color css

<style>
 span { border-color: #17338C; }

 span { border-color: rgb(23,51,140); }

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