Html Css Color HEX #300DAB Ultramarine

📋 copy color: '#300DAB'

red 48 ◦ green 13 ◦ blue 171

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

Shades of Ultramarine #300DAB

Tints of Ultramarine #300DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.6%

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

R = 20.69%
G = 5.6%
B = 73.71%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#300DAB (or 0x300DAB) is known color: Ultramarine. HEX triplet: 30, 0D and AB. RGB value is (48,13,171). Sum of RGB (Red+Green+Blue) = 48+13+171=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #300DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300DAB is #CFF254. Grayscale: #282828. Windows color (decimal): -13627989 or 11210032. OLE color: 11210032.

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

Color convert

RGB 48 13 171 -
CMYK 0.72 0.92 0 0.33
HSL 253.29º 0.86% 0.36% -
HSV(B) 253.29º 0.92% 0.67% -
XYZ 8.71 3.86 38.81 -
YUV 41.48 201.1 132.65 -
System Red Green Blue C M Y K H S L
Decimal 48 13 171 0.72 0.92 0 0.33 253.29 0.86 0.36
Hex 30 D AB 48 5C 0 21 FD 56 24
Octal 60 15 253 110 134 0 41 375 126 44
Binary 110000 1101 10101011 1001000 1011100 0 100001 11111101 1010110 100100

Color Harmonies of #300DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300DAB

Black with #300DAB

Text Example


Text Example

White with #300DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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