Html Css Color HEX #30019F Ultramarine

📋 copy color: '#30019F'

red 48 ◦ green 1 ◦ blue 159

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

Shades of Ultramarine #30019F

Tints of Ultramarine #30019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 159 (62.5% from 255) = 76.44%

R = 23.08%
G = 0.48%
B = 76.44%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30019F (or 0x30019F) is known color: Ultramarine. HEX triplet: 30, 01 and 9F. RGB value is (48,1,159). Sum of RGB (Red+Green+Blue) = 48+1+159=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 159 (62.5% from 255 or 76.44% from 208); Max value from RGB is 159 - color contains mainly: blue. Hex color #30019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30019F is #CFFE60. Grayscale: #202020. Windows color (decimal): -13631073 or 10420528. OLE color: 10420528.

HSL color Cylindrical-coordinate representation of color #30019F: hue angle of 257.85º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30019F is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 1 159 -
CMYK 0.70 0.99 0 0.38
HSL 257.85º 0.99% 0.31% -
HSV(B) 257.85º 0.99% 0.62% -
XYZ 7.49 3.15 33.01 -
YUV 33.07 199.07 138.65 -
System Red Green Blue C M Y K H S L
Decimal 48 1 159 0.70 0.99 0 0.38 257.85 0.99 0.31
Hex 30 1 9F 46 63 0 26 102 63 1F
Octal 60 1 237 106 143 0 46 402 143 37
Binary 110000 1 10011111 1000110 1100011 0 100110 100000010 1100011 11111

Color Harmonies of #30019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30019F

Black with #30019F

Text Example


Text Example

White with #30019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30019F; }

 p { color: rgb(48,1,159); }

 H1.HeaderClassName
 {
   color: #30019F;
 }
 .AnyTagClassName
 {
   color: #30019F;
 }
</style>

background-color css

<style>
 a { background-color: #30019F; }

 a { background-color: rgb(48,1,159); }

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

border-color css

<style>
 span { border-color: #30019F; }

 span { border-color: rgb(48,1,159); }

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