Html Css Color HEX #270EAC Ultramarine

📋 copy color: '#270EAC'

red 39 ◦ green 14 ◦ blue 172

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

Shades of Ultramarine #270EAC

Tints of Ultramarine #270EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 76.44%

R = 17.33%
G = 6.22%
B = 76.44%

CMYK

 C value IS 0.77

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#270EAC (or 0x270EAC) is known color: Ultramarine. HEX triplet: 27, 0E and AC. RGB value is (39,14,172). Sum of RGB (Red+Green+Blue) = 39+14+172=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #270EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270EAC is #D8F153. Grayscale: #262626. Windows color (decimal): -14217556 or 11275815. OLE color: 11275815.

HSL color Cylindrical-coordinate representation of color #270EAC: hue angle of 249.49º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #270EAC is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 14 172 -
CMYK 0.77 0.92 0 0.33
HSL 249.49º 0.85% 0.36% -
HSV(B) 249.49º 0.92% 0.67% -
XYZ 8.44 3.72 39.3 -
YUV 39.49 202.78 127.65 -
System Red Green Blue C M Y K H S L
Decimal 39 14 172 0.77 0.92 0 0.33 249.49 0.85 0.36
Hex 27 E AC 4D 5C 0 21 F9 55 24
Octal 47 16 254 115 134 0 41 371 125 44
Binary 100111 1110 10101100 1001101 1011100 0 100001 11111001 1010101 100100

Color Harmonies of #270EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270EAC

Black with #270EAC

Text Example


Text Example

White with #270EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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