Html Css Color HEX #27198D Ultramarine

📋 copy color: '#27198D'

red 39 ◦ green 25 ◦ blue 141

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

Shades of Ultramarine #27198D

Tints of Ultramarine #27198D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.2%

 BLUE value IS 141 (55.47% from 255) = 68.78%

R = 19.02%
G = 12.2%
B = 68.78%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27198D (or 0x27198D) is known color: Ultramarine. HEX triplet: 27, 19 and 8D. RGB value is (39,25,141). Sum of RGB (Red+Green+Blue) = 39+25+141=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #27198D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27198D is #D8E672. Grayscale: #292929. Windows color (decimal): -14214771 or 9247015. OLE color: 9247015.

HSL color Cylindrical-coordinate representation of color #27198D: hue angle of 247.24º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27198D is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 25 141 -
CMYK 0.72 0.82 0 0.45
HSL 247.24º 0.7% 0.33% -
HSV(B) 247.24º 0.82% 0.55% -
XYZ 5.99 3.05 25.47 -
YUV 42.41 183.64 125.57 -
System Red Green Blue C M Y K H S L
Decimal 39 25 141 0.72 0.82 0 0.45 247.24 0.7 0.33
Hex 27 19 8D 48 52 0 2D F7 46 21
Octal 47 31 215 110 122 0 55 367 106 41
Binary 100111 11001 10001101 1001000 1010010 0 101101 11110111 1000110 100001

Color Harmonies of #27198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27198D

Black with #27198D

Text Example


Text Example

White with #27198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27198D; }

 p { color: rgb(39,25,141); }

 H1.HeaderClassName
 {
   color: #27198D;
 }
 .AnyTagClassName
 {
   color: #27198D;
 }
</style>

background-color css

<style>
 a { background-color: #27198D; }

 a { background-color: rgb(39,25,141); }

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

border-color css

<style>
 span { border-color: #27198D; }

 span { border-color: rgb(39,25,141); }

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