#300FA5

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

Shades of Ultramarine #300FA5

Tints of Ultramarine #300FA5

Color information

#300FA5 (or 0x300FA5) is unknown color: approx Ultramarine. HEX triplet: 30, 0F and A5. RGB value is (48,15,165). Sum of RGB (Red+Green+Blue) = 48+15+165=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 165 (64.84% from 255 or 72.37% from 228); Max value from RGB is 165 - color contains mainly: blue. Hex color #300FA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300FA5 is #CFF05A. Grayscale: #292929. Windows color (decimal): -13627483 or 10817328. OLE color: 10817328.

HSL color Cylindrical-coordinate representation of color #300FA5: hue angle of 253.2º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #300FA5 is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4815165-
CMYK0.710.9100.35
HSL253.2º83.33%35.29%-
HSV(B)253.2º90.91%64.71%-
XYZ8.183.6935.88-
YUV41.97197.43132.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 15 (6.25% from 255) = 6.58%
BLUE value IS 165 (64.84% from 255) = 72.37%
R=21.05%
G=6.58%
B=72.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal48151650.710.9100.35253.283.3335.29
Hex30FA5475B023fd5323
Octal601724510713304337512343
Binary110000111110100101100011110110110100011111111011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300FA5; }

 p { color: rgb(48,15,165); }

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

<style>
 a { background-color: #300FA5; }

 a { background-color: rgb(48,15,165); }

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

<style>
 span { border-color: #300FA5; }

 span { border-color: rgb(48,15,165); }

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