Html Css Color HEX #301AAB Ultramarine

📋 copy color: '#301AAB'

red 48 ◦ green 26 ◦ blue 171

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

Shades of Ultramarine #301AAB

Tints of Ultramarine #301AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.61%

 BLUE value IS 171 (67.19% from 255) = 69.8%

R = 19.59%
G = 10.61%
B = 69.8%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#301AAB (or 0x301AAB) is known color: Ultramarine. HEX triplet: 30, 1A and AB. RGB value is (48,26,171). Sum of RGB (Red+Green+Blue) = 48+26+171=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #301AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301AAB is #CFE554. Grayscale: #303030. Windows color (decimal): -13624661 or 11213360. OLE color: 11213360.

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

Color convert

RGB 48 26 171 -
CMYK 0.72 0.85 0 0.33
HSL 249.1º 0.74% 0.39% -
HSV(B) 249.1º 0.85% 0.67% -
XYZ 8.94 4.31 38.89 -
YUV 49.11 196.79 127.21 -
System Red Green Blue C M Y K H S L
Decimal 48 26 171 0.72 0.85 0 0.33 249.1 0.74 0.39
Hex 30 1A AB 48 55 0 21 F9 4A 27
Octal 60 32 253 110 125 0 41 371 112 47
Binary 110000 11010 10101011 1001000 1010101 0 100001 11111001 1001010 100111

Color Harmonies of #301AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301AAB

Black with #301AAB

Text Example


Text Example

White with #301AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,26,171); }

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

background-color css

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

 a { background-color: rgb(48,26,171); }

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

border-color css

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

 span { border-color: rgb(48,26,171); }

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