Html Css Color HEX #2F04AF Ultramarine

📋 copy color: '#2F04AF'

red 47 ◦ green 4 ◦ blue 175

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

Shades of Ultramarine #2F04AF

Tints of Ultramarine #2F04AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 77.43%

R = 20.8%
G = 1.77%
B = 77.43%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2F04AF (or 0x2F04AF) is known color: Ultramarine. HEX triplet: 2F, 04 and AF. RGB value is (47,4,175). Sum of RGB (Red+Green+Blue) = 47+4+175=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 175 (68.75% from 255 or 77.43% from 226); Max value from RGB is 175 - color contains mainly: blue. Hex color #2F04AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F04AF is #D0FB50. Grayscale: #232323. Windows color (decimal): -13695825 or 11469871. OLE color: 11469871.

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

Color convert

RGB 47 4 175 -
CMYK 0.73 0.98 0 0.31
HSL 255.09º 0.96% 0.35% -
HSV(B) 255.09º 0.98% 0.69% -
XYZ 8.95 3.79 40.82 -
YUV 36.35 206.25 135.6 -
System Red Green Blue C M Y K H S L
Decimal 47 4 175 0.73 0.98 0 0.31 255.09 0.96 0.35
Hex 2F 4 AF 49 62 0 1F FF 60 23
Octal 57 4 257 111 142 0 37 377 140 43
Binary 101111 100 10101111 1001001 1100010 0 11111 11111111 1100000 100011

Color Harmonies of #2F04AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F04AF

Black with #2F04AF

Text Example


Text Example

White with #2F04AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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