#270CB1

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

Shades of Ultramarine #270CB1

Tints of Ultramarine #270CB1

Color information

#270CB1 (or 0x270CB1) is unknown color: approx Ultramarine. HEX triplet: 27, 0C and B1. RGB value is (39,12,177). Sum of RGB (Red+Green+Blue) = 39+12+177=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 177 (69.53% from 255 or 77.63% from 228); Max value from RGB is 177 - color contains mainly: blue. Hex color #270CB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270CB1 is #D8F34E. Grayscale: #262626. Windows color (decimal): -14218063 or 11602983. OLE color: 11602983.

HSL color Cylindrical-coordinate representation of color #270CB1: hue angle of 249.82º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270CB1 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3912177-
CMYK0.780.9300.31
HSL249.82º87.3%37.06%-
HSV(B)249.82º93.22%69.41%-
XYZ8.93.8741.87-
YUV38.88205.95128.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.11%
GREEN value IS 12 (5.08% from 255) = 5.26%
BLUE value IS 177 (69.53% from 255) = 77.63%
R=17.11%
G=5.26%
B=77.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal39121770.780.9300.31249.8287.337.06
Hex27CB14E5D01Ffa5725
Octal471426111613503737212745
Binary10011111001011000110011101011101011111111110101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,12,177); }

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

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

 a { background-color: rgb(39,12,177); }

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

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

 span { border-color: rgb(39,12,177); }

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