Html Css Color HEX #301BAC Ultramarine

📋 copy color: '#301BAC'

red 48 ◦ green 27 ◦ blue 172

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

Shades of Ultramarine #301BAC

Tints of Ultramarine #301BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.93%

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

R = 19.43%
G = 10.93%
B = 69.64%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#301BAC (or 0x301BAC) is known color: Ultramarine. HEX triplet: 30, 1B and AC. RGB value is (48,27,172). Sum of RGB (Red+Green+Blue) = 48+27+172=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #301BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301BAC is #CFE453. Grayscale: #313131. Windows color (decimal): -13624404 or 11279152. OLE color: 11279152.

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

Color convert

RGB 48 27 172 -
CMYK 0.72 0.84 0 0.33
HSL 248.69º 0.73% 0.39% -
HSV(B) 248.69º 0.84% 0.67% -
XYZ 9.06 4.39 39.4 -
YUV 49.81 196.96 126.71 -
System Red Green Blue C M Y K H S L
Decimal 48 27 172 0.72 0.84 0 0.33 248.69 0.73 0.39
Hex 30 1B AC 48 54 0 21 F9 49 27
Octal 60 33 254 110 124 0 41 371 111 47
Binary 110000 11011 10101100 1001000 1010100 0 100001 11111001 1001001 100111

Color Harmonies of #301BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301BAC

Black with #301BAC

Text Example


Text Example

White with #301BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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