Html Css Color HEX #27019C Ultramarine

📋 copy color: '#27019C'

red 39 ◦ green 1 ◦ blue 156

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

Shades of Ultramarine #27019C

Tints of Ultramarine #27019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 79.59%

R = 19.9%
G = 0.51%
B = 79.59%

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

#27019C (or 0x27019C) is known color: Ultramarine. HEX triplet: 27, 01 and 9C. RGB value is (39,1,156). Sum of RGB (Red+Green+Blue) = 39+1+156=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 156 (61.33% from 255 or 79.59% from 196); Max value from RGB is 156 - color contains mainly: blue. Hex color #27019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27019C is #D8FE63. Grayscale: #1D1D1D. Windows color (decimal): -14220900 or 10223911. OLE color: 10223911.

HSL color Cylindrical-coordinate representation of color #27019C: hue angle of 254.71º 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 #27019C is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 39 1 156 -
CMYK 0.75 0.99 0 0.39
HSL 254.71º 0.99% 0.31% -
HSV(B) 254.71º 0.99% 0.61% -
XYZ 6.85 2.85 31.64 -
YUV 30.03 199.09 134.4 -
System Red Green Blue C M Y K H S L
Decimal 39 1 156 0.75 0.99 0 0.39 254.71 0.99 0.31
Hex 27 1 9C 4B 63 0 27 FF 63 1F
Octal 47 1 234 113 143 0 47 377 143 37
Binary 100111 1 10011100 1001011 1100011 0 100111 11111111 1100011 11111

Color Harmonies of #27019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27019C

Black with #27019C

Text Example


Text Example

White with #27019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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