Html Css Color HEX #300FAC Ultramarine

📋 copy color: '#300FAC'

red 48 ◦ green 15 ◦ blue 172

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

Shades of Ultramarine #300FAC

Tints of Ultramarine #300FAC

RGB

 RED value IS 48 (19.14% from 255) = 20.43%

 GREEN value IS 15 (6.25% from 255) = 6.38%

 BLUE value IS 172 (67.58% from 255) = 73.19%

R = 20.43%
G = 6.38%
B = 73.19%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#300FAC (or 0x300FAC) is known color: Ultramarine. HEX triplet: 30, 0F and AC. RGB value is (48,15,172). Sum of RGB (Red+Green+Blue) = 48+15+172=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #300FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300FAC is #CFF053. Grayscale: #2A2A2A. Windows color (decimal): -13627476 or 11276080. OLE color: 11276080.

HSL color Cylindrical-coordinate representation of color #300FAC: hue angle of 252.61º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #300FAC is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 15 172 -
CMYK 0.72 0.91 0 0.33
HSL 252.61º 0.84% 0.37% -
HSV(B) 252.61º 0.91% 0.67% -
XYZ 8.84 3.95 39.33 -
YUV 42.77 200.93 131.73 -
System Red Green Blue C M Y K H S L
Decimal 48 15 172 0.72 0.91 0 0.33 252.61 0.84 0.37
Hex 30 F AC 48 5B 0 21 FD 54 25
Octal 60 17 254 110 133 0 41 375 124 45
Binary 110000 1111 10101100 1001000 1011011 0 100001 11111101 1010100 100101

Color Harmonies of #300FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300FAC

Black with #300FAC

Text Example


Text Example

White with #300FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #300FAC;
 }
 .AnyTagClassName
 {
   color: #300FAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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