Html Css Color HEX #301F9F Ultramarine

📋 copy color: '#301F9F'

red 48 ◦ green 31 ◦ blue 159

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

Shades of Ultramarine #301F9F

Tints of Ultramarine #301F9F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.03%

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

R = 20.17%
G = 13.03%
B = 66.81%

CMYK

 C value IS 0.70

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#301F9F (or 0x301F9F) is known color: Ultramarine. HEX triplet: 30, 1F and 9F. RGB value is (48,31,159). Sum of RGB (Red+Green+Blue) = 48+31+159=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #301F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301F9F is #CFE060. Grayscale: #323232. Windows color (decimal): -13623393 or 10428208. OLE color: 10428208.

HSL color Cylindrical-coordinate representation of color #301F9F: hue angle of 247.97º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #301F9F is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 31 159 -
CMYK 0.70 0.81 0 0.38
HSL 247.97º 0.67% 0.37% -
HSV(B) 247.97º 0.81% 0.62% -
XYZ 7.97 4.11 33.17 -
YUV 50.68 189.13 126.09 -
System Red Green Blue C M Y K H S L
Decimal 48 31 159 0.70 0.81 0 0.38 247.97 0.67 0.37
Hex 30 1F 9F 46 51 0 26 F8 43 25
Octal 60 37 237 106 121 0 46 370 103 45
Binary 110000 11111 10011111 1000110 1010001 0 100110 11111000 1000011 100101

Color Harmonies of #301F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F9F

Black with #301F9F

Text Example


Text Example

White with #301F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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