#270AB6

Color #270AB6 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #270AB6

Tints of Ultramarine #270AB6

Color information

#270AB6 (or 0x270AB6) is unknown color: approx Ultramarine. HEX triplet: 27, 0A and B6. RGB value is (39,10,182). Sum of RGB (Red+Green+Blue) = 39+10+182=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 182 (71.48% from 255 or 78.79% from 231); Max value from RGB is 182 - color contains mainly: blue. Hex color #270AB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270AB6 is #D8F549. Grayscale: #252525. Windows color (decimal): -14218570 or 11930151. OLE color: 11930151.

HSL color Cylindrical-coordinate representation of color #270AB6: hue angle of 250.12º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270AB6 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3910182-
CMYK0.790.9500.29
HSL250.12º89.58%37.65%-
HSV(B)250.12º94.51%71.37%-
XYZ9.394.0344.54-
YUV38.28209.11128.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.88%
GREEN value IS 10 (4.30% from 255) = 4.33%
BLUE value IS 182 (71.48% from 255) = 78.79%
R=16.88%
G=4.33%
B=78.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal39101820.790.9500.29250.1289.5837.65
Hex27AB64F5F01Dfa5a26
Octal471226611713703537213246
Binary10011110101011011010011111011111011101111110101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #270AB6;
 }
 .AnyTagClassName
 {
   color: #270AB6;
 }
</style>
background-color css

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

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

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

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

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

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