Html Css Color HEX #301DAB Ultramarine

📋 copy color: '#301DAB'

red 48 ◦ green 29 ◦ blue 171

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

Shades of Ultramarine #301DAB

Tints of Ultramarine #301DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.69%

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

R = 19.35%
G = 11.69%
B = 68.95%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#301DAB (or 0x301DAB) is known color: Ultramarine. HEX triplet: 30, 1D and AB. RGB value is (48,29,171). Sum of RGB (Red+Green+Blue) = 48+29+171=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #301DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301DAB is #CFE254. Grayscale: #323232. Windows color (decimal): -13623893 or 11214128. OLE color: 11214128.

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

Color convert

RGB 48 29 171 -
CMYK 0.72 0.83 0 0.33
HSL 248.03º 0.71% 0.39% -
HSV(B) 248.03º 0.83% 0.67% -
XYZ 9.01 4.45 38.91 -
YUV 50.87 195.79 125.95 -
System Red Green Blue C M Y K H S L
Decimal 48 29 171 0.72 0.83 0 0.33 248.03 0.71 0.39
Hex 30 1D AB 48 53 0 21 F8 47 27
Octal 60 35 253 110 123 0 41 370 107 47
Binary 110000 11101 10101011 1001000 1010011 0 100001 11111000 1000111 100111

Color Harmonies of #301DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301DAB

Black with #301DAB

Text Example


Text Example

White with #301DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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