Html Css Color HEX #270AA0 Ultramarine

📋 copy color: '#270AA0'

red 39 ◦ green 10 ◦ blue 160

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

Shades of Ultramarine #270AA0

Tints of Ultramarine #270AA0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.78%

 BLUE value IS 160 (62.89% from 255) = 76.56%

R = 18.66%
G = 4.78%
B = 76.56%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#270AA0 (or 0x270AA0) is known color: Ultramarine. HEX triplet: 27, 0A and A0. RGB value is (39,10,160). Sum of RGB (Red+Green+Blue) = 39+10+160=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 160 (62.89% from 255 or 76.56% from 209); Max value from RGB is 160 - color contains mainly: blue. Hex color #270AA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270AA0 is #D8F55F. Grayscale: #232323. Windows color (decimal): -14218592 or 10488359. OLE color: 10488359.

HSL color Cylindrical-coordinate representation of color #270AA0: hue angle of 251.6º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270AA0 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 39 10 160 -
CMYK 0.76 0.94 0 0.37
HSL 251.6º 0.88% 0.33% -
HSV(B) 251.6º 0.94% 0.63% -
XYZ 7.29 3.19 33.49 -
YUV 35.77 198.11 130.3 -
System Red Green Blue C M Y K H S L
Decimal 39 10 160 0.76 0.94 0 0.37 251.6 0.88 0.33
Hex 27 A A0 4C 5E 0 25 FC 58 21
Octal 47 12 240 114 136 0 45 374 130 41
Binary 100111 1010 10100000 1001100 1011110 0 100101 11111100 1011000 100001

Color Harmonies of #270AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270AA0

Black with #270AA0

Text Example


Text Example

White with #270AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,10,160); }

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

background-color css

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

 a { background-color: rgb(39,10,160); }

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

border-color css

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

 span { border-color: rgb(39,10,160); }

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