Html Css Color HEX #270E90 Ultramarine

📋 copy color: '#270E90'

red 39 ◦ green 14 ◦ blue 144

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

Shades of Ultramarine #270E90

Tints of Ultramarine #270E90

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.11%

 BLUE value IS 144 (56.64% from 255) = 73.1%

R = 19.8%
G = 7.11%
B = 73.1%

CMYK

 C value IS 0.73

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#270E90 (or 0x270E90) is known color: Ultramarine. HEX triplet: 27, 0E and 90. RGB value is (39,14,144). Sum of RGB (Red+Green+Blue) = 39+14+144=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 144 (56.64% from 255 or 73.10% from 197); Max value from RGB is 144 - color contains mainly: blue. Hex color #270E90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270E90 is #D8F16F. Grayscale: #232323. Windows color (decimal): -14217584 or 9440807. OLE color: 9440807.

HSL color Cylindrical-coordinate representation of color #270E90: hue angle of 251.54º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #270E90 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 14 144 -
CMYK 0.73 0.90 0 0.44
HSL 251.54º 0.82% 0.31% -
HSV(B) 251.54º 0.9% 0.56% -
XYZ 6.03 2.76 26.6 -
YUV 36.3 188.78 129.93 -
System Red Green Blue C M Y K H S L
Decimal 39 14 144 0.73 0.90 0 0.44 251.54 0.82 0.31
Hex 27 E 90 49 5A 0 2C FC 52 1F
Octal 47 16 220 111 132 0 54 374 122 37
Binary 100111 1110 10010000 1001001 1011010 0 101100 11111100 1010010 11111

Color Harmonies of #270E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270E90

Black with #270E90

Text Example


Text Example

White with #270E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270E90; }

 p { color: rgb(39,14,144); }

 H1.HeaderClassName
 {
   color: #270E90;
 }
 .AnyTagClassName
 {
   color: #270E90;
 }
</style>

background-color css

<style>
 a { background-color: #270E90; }

 a { background-color: rgb(39,14,144); }

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

border-color css

<style>
 span { border-color: #270E90; }

 span { border-color: rgb(39,14,144); }

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