Html Css Color HEX #2F07AF Ultramarine

📋 copy color: '#2F07AF'

red 47 ◦ green 7 ◦ blue 175

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

Shades of Ultramarine #2F07AF

Tints of Ultramarine #2F07AF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.06%

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

R = 20.52%
G = 3.06%
B = 76.42%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2F07AF (or 0x2F07AF) is known color: Ultramarine. HEX triplet: 2F, 07 and AF. RGB value is (47,7,175). Sum of RGB (Red+Green+Blue) = 47+7+175=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 175 (68.75% from 255 or 76.42% from 229); Max value from RGB is 175 - color contains mainly: blue. Hex color #2F07AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F07AF is #D0F850. Grayscale: #252525. Windows color (decimal): -13695057 or 11470639. OLE color: 11470639.

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

Color convert

RGB 47 7 175 -
CMYK 0.73 0.96 0 0.31
HSL 254.29º 0.92% 0.36% -
HSV(B) 254.29º 0.96% 0.69% -
XYZ 8.99 3.85 40.83 -
YUV 38.11 205.25 134.34 -
System Red Green Blue C M Y K H S L
Decimal 47 7 175 0.73 0.96 0 0.31 254.29 0.92 0.36
Hex 2F 7 AF 49 60 0 1F FE 5C 24
Octal 57 7 257 111 140 0 37 376 134 44
Binary 101111 111 10101111 1001001 1100000 0 11111 11111110 1011100 100100

Color Harmonies of #2F07AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F07AF

Black with #2F07AF

Text Example


Text Example

White with #2F07AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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