Html Css Color HEX #301AA0 Ultramarine

📋 copy color: '#301AA0'

red 48 ◦ green 26 ◦ blue 160

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

Shades of Ultramarine #301AA0

Tints of Ultramarine #301AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 68.38%

R = 20.51%
G = 11.11%
B = 68.38%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#301AA0 (or 0x301AA0) is known color: Ultramarine. HEX triplet: 30, 1A and A0. RGB value is (48,26,160). Sum of RGB (Red+Green+Blue) = 48+26+160=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 160 (62.89% from 255 or 68.38% from 234); Max value from RGB is 160 - color contains mainly: blue. Hex color #301AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301AA0 is #CFE55F. Grayscale: #2F2F2F. Windows color (decimal): -13624672 or 10492464. OLE color: 10492464.

HSL color Cylindrical-coordinate representation of color #301AA0: hue angle of 249.85º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301AA0 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 26 160 -
CMYK 0.70 0.84 0 0.37
HSL 249.85º 0.72% 0.36% -
HSV(B) 249.85º 0.84% 0.63% -
XYZ 7.93 3.91 33.59 -
YUV 47.85 191.29 128.1 -
System Red Green Blue C M Y K H S L
Decimal 48 26 160 0.70 0.84 0 0.37 249.85 0.72 0.36
Hex 30 1A A0 46 54 0 25 FA 48 24
Octal 60 32 240 106 124 0 45 372 110 44
Binary 110000 11010 10100000 1000110 1010100 0 100101 11111010 1001000 100100

Color Harmonies of #301AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301AA0

Black with #301AA0

Text Example


Text Example

White with #301AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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