Html Css Color HEX #2F0FA5 Ultramarine

📋 copy color: '#2F0FA5'

red 47 ◦ green 15 ◦ blue 165

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

Shades of Ultramarine #2F0FA5

Tints of Ultramarine #2F0FA5

RGB

 RED value IS 47 (18.75% from 255) = 20.7%

 GREEN value IS 15 (6.25% from 255) = 6.61%

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

R = 20.7%
G = 6.61%
B = 72.69%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2F0FA5 (or 0x2F0FA5) is known color: Ultramarine. HEX triplet: 2F, 0F and A5. RGB value is (47,15,165). Sum of RGB (Red+Green+Blue) = 47+15+165=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 165 (64.84% from 255 or 72.69% from 227); Max value from RGB is 165 - color contains mainly: blue. Hex color #2F0FA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0FA5 is #D0F05A. Grayscale: #292929. Windows color (decimal): -13693019 or 10817327. OLE color: 10817327.

HSL color Cylindrical-coordinate representation of color #2F0FA5: hue angle of 252.8º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F0FA5 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 47 15 165 -
CMYK 0.72 0.91 0 0.35
HSL 252.8º 0.83% 0.35% -
HSV(B) 252.8º 0.91% 0.65% -
XYZ 8.13 3.66 35.88 -
YUV 41.67 197.6 131.8 -
System Red Green Blue C M Y K H S L
Decimal 47 15 165 0.72 0.91 0 0.35 252.8 0.83 0.35
Hex 2F F A5 48 5B 0 23 FD 53 23
Octal 57 17 245 110 133 0 43 375 123 43
Binary 101111 1111 10100101 1001000 1011011 0 100011 11111101 1010011 100011

Color Harmonies of #2F0FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0FA5

Black with #2F0FA5

Text Example


Text Example

White with #2F0FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F0FA5; }

 p { color: rgb(47,15,165); }

 H1.HeaderClassName
 {
   color: #2F0FA5;
 }
 .AnyTagClassName
 {
   color: #2F0FA5;
 }
</style>

background-color css

<style>
 a { background-color: #2F0FA5; }

 a { background-color: rgb(47,15,165); }

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

border-color css

<style>
 span { border-color: #2F0FA5; }

 span { border-color: rgb(47,15,165); }

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