Html Css Color HEX #301FA5 Ultramarine

📋 copy color: '#301FA5'

red 48 ◦ green 31 ◦ blue 165

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

Shades of Ultramarine #301FA5

Tints of Ultramarine #301FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 67.62%

R = 19.67%
G = 12.7%
B = 67.62%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#301FA5 (or 0x301FA5) is known color: Ultramarine. HEX triplet: 30, 1F and A5. RGB value is (48,31,165). Sum of RGB (Red+Green+Blue) = 48+31+165=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 31 (12.5% from 255 or 12.70% from 244); Blue value is 165 (64.84% from 255 or 67.62% from 244); Max value from RGB is 165 - color contains mainly: blue. Hex color #301FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301FA5 is #CFE05A. Grayscale: #323232. Windows color (decimal): -13623387 or 10821424. OLE color: 10821424.

HSL color Cylindrical-coordinate representation of color #301FA5: hue angle of 247.61º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #301FA5 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 31 165 -
CMYK 0.71 0.81 0 0.35
HSL 247.61º 0.68% 0.38% -
HSV(B) 247.61º 0.81% 0.65% -
XYZ 8.5 4.32 35.98 -
YUV 51.36 192.13 125.6 -
System Red Green Blue C M Y K H S L
Decimal 48 31 165 0.71 0.81 0 0.35 247.61 0.68 0.38
Hex 30 1F A5 47 51 0 23 F8 44 26
Octal 60 37 245 107 121 0 43 370 104 46
Binary 110000 11111 10100101 1000111 1010001 0 100011 11111000 1000100 100110

Color Harmonies of #301FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301FA5

Black with #301FA5

Text Example


Text Example

White with #301FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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