Html Css Color HEX #300BAC Ultramarine

📋 copy color: '#300BAC'

red 48 ◦ green 11 ◦ blue 172

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

Shades of Ultramarine #300BAC

Tints of Ultramarine #300BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.76%

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

R = 20.78%
G = 4.76%
B = 74.46%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#300BAC (or 0x300BAC) is known color: Ultramarine. HEX triplet: 30, 0B and AC. RGB value is (48,11,172). Sum of RGB (Red+Green+Blue) = 48+11+172=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 172 (67.58% from 255 or 74.46% from 231); Max value from RGB is 172 - color contains mainly: blue. Hex color #300BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300BAC is #CFF453. Grayscale: #272727. Windows color (decimal): -13628500 or 11275056. OLE color: 11275056.

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

Color convert

RGB 48 11 172 -
CMYK 0.72 0.94 0 0.33
HSL 253.79º 0.88% 0.36% -
HSV(B) 253.79º 0.94% 0.67% -
XYZ 8.78 3.85 39.31 -
YUV 40.42 202.26 133.41 -
System Red Green Blue C M Y K H S L
Decimal 48 11 172 0.72 0.94 0 0.33 253.79 0.88 0.36
Hex 30 B AC 48 5E 0 21 FE 58 24
Octal 60 13 254 110 136 0 41 376 130 44
Binary 110000 1011 10101100 1001000 1011110 0 100001 11111110 1011000 100100

Color Harmonies of #300BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300BAC

Black with #300BAC

Text Example


Text Example

White with #300BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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