Html Css Color HEX #27029E Ultramarine

📋 copy color: '#27029E'

red 39 ◦ green 2 ◦ blue 158

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

Shades of Ultramarine #27029E

Tints of Ultramarine #27029E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

 BLUE value IS 158 (62.11% from 255) = 79.4%

R = 19.6%
G = 1.01%
B = 79.4%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#27029E (or 0x27029E) is known color: Ultramarine. HEX triplet: 27, 02 and 9E. RGB value is (39,2,158). Sum of RGB (Red+Green+Blue) = 39+2+158=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 158 (62.11% from 255 or 79.40% from 199); Max value from RGB is 158 - color contains mainly: blue. Hex color #27029E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27029E is #D8FD61. Grayscale: #1E1E1E. Windows color (decimal): -14220642 or 10355239. OLE color: 10355239.

HSL color Cylindrical-coordinate representation of color #27029E: hue angle of 254.23º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27029E is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 39 2 158 -
CMYK 0.75 0.99 0 0.38
HSL 254.23º 0.98% 0.31% -
HSV(B) 254.23º 0.99% 0.62% -
XYZ 7.03 2.94 32.55 -
YUV 30.85 199.76 133.82 -
System Red Green Blue C M Y K H S L
Decimal 39 2 158 0.75 0.99 0 0.38 254.23 0.98 0.31
Hex 27 2 9E 4B 63 0 26 FE 62 1F
Octal 47 2 236 113 143 0 46 376 142 37
Binary 100111 10 10011110 1001011 1100011 0 100110 11111110 1100010 11111

Color Harmonies of #27029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27029E

Black with #27029E

Text Example


Text Example

White with #27029E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27029E; }

 p { color: rgb(39,2,158); }

 H1.HeaderClassName
 {
   color: #27029E;
 }
 .AnyTagClassName
 {
   color: #27029E;
 }
</style>

background-color css

<style>
 a { background-color: #27029E; }

 a { background-color: rgb(39,2,158); }

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

border-color css

<style>
 span { border-color: #27029E; }

 span { border-color: rgb(39,2,158); }

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