Html Css Color HEX #27418B Tory Blue

📋 copy color: '#27418B'

red 39 ◦ green 65 ◦ blue 139

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

Shades of Tory Blue #27418B

Tints of Tory Blue #27418B

RGB

 RED value IS 39 (15.63% from 255) = 16.05%

 GREEN value IS 65 (25.78% from 255) = 26.75%

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

R = 16.05%
G = 26.75%
B = 57.2%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27418B (or 0x27418B) is known color: Tory Blue. HEX triplet: 27, 41 and 8B. RGB value is (39,65,139). Sum of RGB (Red+Green+Blue) = 39+65+139=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #27418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27418B is #D8BE74. Grayscale: #414141. Windows color (decimal): -14204533 or 9126183. OLE color: 9126183.

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

Color convert

RGB 39 65 139 -
CMYK 0.72 0.53 0 0.45
HSL 224.4º 0.56% 0.35% -
HSV(B) 224.4º 0.72% 0.55% -
XYZ 7.39 6.08 25.21 -
YUV 65.66 169.39 108.98 -
System Red Green Blue C M Y K H S L
Decimal 39 65 139 0.72 0.53 0 0.45 224.4 0.56 0.35
Hex 27 41 8B 48 35 0 2D E0 38 23
Octal 47 101 213 110 65 0 55 340 70 43
Binary 100111 1000001 10001011 1001000 110101 0 101101 11100000 111000 100011

Color Harmonies of #27418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27418B

Black with #27418B

Text Example


Text Example

White with #27418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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