Html Css Color HEX #2F04AD Ultramarine

📋 copy color: '#2F04AD'

red 47 ◦ green 4 ◦ blue 173

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

Shades of Ultramarine #2F04AD

Tints of Ultramarine #2F04AD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

 BLUE value IS 173 (67.97% from 255) = 77.23%

R = 20.98%
G = 1.79%
B = 77.23%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2F04AD (or 0x2F04AD) is known color: Ultramarine. HEX triplet: 2F, 04 and AD. RGB value is (47,4,173). Sum of RGB (Red+Green+Blue) = 47+4+173=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 173 (67.97% from 255 or 77.23% from 224); Max value from RGB is 173 - color contains mainly: blue. Hex color #2F04AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F04AD is #D0FB52. Grayscale: #232323. Windows color (decimal): -13695827 or 11338799. OLE color: 11338799.

HSL color Cylindrical-coordinate representation of color #2F04AD: hue angle of 255.27º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F04AD is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 47 4 173 -
CMYK 0.73 0.98 0 0.32
HSL 255.27º 0.95% 0.35% -
HSV(B) 255.27º 0.98% 0.68% -
XYZ 8.76 3.71 39.79 -
YUV 36.12 205.25 135.76 -
System Red Green Blue C M Y K H S L
Decimal 47 4 173 0.73 0.98 0 0.32 255.27 0.95 0.35
Hex 2F 4 AD 49 62 0 20 FF 5F 23
Octal 57 4 255 111 142 0 40 377 137 43
Binary 101111 100 10101101 1001001 1100010 0 100000 11111111 1011111 100011

Color Harmonies of #2F04AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F04AD

Black with #2F04AD

Text Example


Text Example

White with #2F04AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,4,173); }

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

background-color css

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

 a { background-color: rgb(47,4,173); }

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

border-color css

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

 span { border-color: rgb(47,4,173); }

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