Html Css Color HEX #270AAA Ultramarine

📋 copy color: '#270AAA'

red 39 ◦ green 10 ◦ blue 170

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

Shades of Ultramarine #270AAA

Tints of Ultramarine #270AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 77.63%

R = 17.81%
G = 4.57%
B = 77.63%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#270AAA (or 0x270AAA) is known color: Ultramarine. HEX triplet: 27, 0A and AA. RGB value is (39,10,170). Sum of RGB (Red+Green+Blue) = 39+10+170=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #270AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270AAA is #D8F555. Grayscale: #242424. Windows color (decimal): -14218582 or 11143719. OLE color: 11143719.

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

Color convert

RGB 39 10 170 -
CMYK 0.77 0.94 0 0.33
HSL 250.88º 0.89% 0.35% -
HSV(B) 250.88º 0.94% 0.67% -
XYZ 8.2 3.55 38.28 -
YUV 36.91 203.11 129.49 -
System Red Green Blue C M Y K H S L
Decimal 39 10 170 0.77 0.94 0 0.33 250.88 0.89 0.35
Hex 27 A AA 4D 5E 0 21 FB 59 23
Octal 47 12 252 115 136 0 41 373 131 43
Binary 100111 1010 10101010 1001101 1011110 0 100001 11111011 1011001 100011

Color Harmonies of #270AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270AAA

Black with #270AAA

Text Example


Text Example

White with #270AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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