Html Css Color HEX #27019B Ultramarine

📋 copy color: '#27019B'

red 39 ◦ green 1 ◦ blue 155

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

Shades of Ultramarine #27019B

Tints of Ultramarine #27019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 20%
G = 0.51%
B = 79.49%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#27019B (or 0x27019B) is known color: Ultramarine. HEX triplet: 27, 01 and 9B. RGB value is (39,1,155). Sum of RGB (Red+Green+Blue) = 39+1+155=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 155 (60.94% from 255 or 79.49% from 195); Max value from RGB is 155 - color contains mainly: blue. Hex color #27019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27019B is #D8FE64. Grayscale: #1D1D1D. Windows color (decimal): -14220901 or 10158375. OLE color: 10158375.

HSL color Cylindrical-coordinate representation of color #27019B: hue angle of 254.81º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27019B is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 39 1 155 -
CMYK 0.75 0.99 0 0.39
HSL 254.81º 0.99% 0.31% -
HSV(B) 254.81º 0.99% 0.61% -
XYZ 6.76 2.82 31.2 -
YUV 29.92 198.59 134.48 -
System Red Green Blue C M Y K H S L
Decimal 39 1 155 0.75 0.99 0 0.39 254.81 0.99 0.31
Hex 27 1 9B 4B 63 0 27 FF 63 1F
Octal 47 1 233 113 143 0 47 377 143 37
Binary 100111 1 10011011 1001011 1100011 0 100111 11111111 1100011 11111

Color Harmonies of #27019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27019B

Black with #27019B

Text Example


Text Example

White with #27019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,1,155); }

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

background-color css

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

 a { background-color: rgb(39,1,155); }

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

border-color css

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

 span { border-color: rgb(39,1,155); }

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