Html Css Color HEX #17278B Egyptian Blue

📋 copy color: '#17278B'

red 23 ◦ green 39 ◦ blue 139

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

Shades of Egyptian Blue #17278B

Tints of Egyptian Blue #17278B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.4%

 BLUE value IS 139 (54.69% from 255) = 69.15%

R = 11.44%
G = 19.4%
B = 69.15%

CMYK

 C value IS 0.83

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#17278B (or 0x17278B) is known color: Egyptian Blue. HEX triplet: 17, 27 and 8B. RGB value is (23,39,139). Sum of RGB (Red+Green+Blue) = 23+39+139=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #17278B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17278B is #E8D874. Grayscale: #2D2D2D. Windows color (decimal): -15259765 or 9119511. OLE color: 9119511.

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

Color convert

RGB 23 39 139 -
CMYK 0.83 0.72 0 0.45
HSL 231.72º 0.72% 0.32% -
HSV(B) 231.72º 0.83% 0.55% -
XYZ 5.74 3.5 24.8 -
YUV 45.62 180.7 111.87 -
System Red Green Blue C M Y K H S L
Decimal 23 39 139 0.83 0.72 0 0.45 231.72 0.72 0.32
Hex 17 27 8B 53 48 0 2D E8 48 20
Octal 27 47 213 123 110 0 55 350 110 40
Binary 10111 100111 10001011 1010011 1001000 0 101101 11101000 1001000 100000

Color Harmonies of #17278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17278B

Black with #17278B

Text Example


Text Example

White with #17278B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17278B; }

 p { color: rgb(23,39,139); }

 H1.HeaderClassName
 {
   color: #17278B;
 }
 .AnyTagClassName
 {
   color: #17278B;
 }
</style>

background-color css

<style>
 a { background-color: #17278B; }

 a { background-color: rgb(23,39,139); }

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

border-color css

<style>
 span { border-color: #17278B; }

 span { border-color: rgb(23,39,139); }

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