Html Css Color HEX #2F07AA Ultramarine

📋 copy color: '#2F07AA'

red 47 ◦ green 7 ◦ blue 170

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

Shades of Ultramarine #2F07AA

Tints of Ultramarine #2F07AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 75.89%

R = 20.98%
G = 3.13%
B = 75.89%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F07AA (or 0x2F07AA) is known color: Ultramarine. HEX triplet: 2F, 07 and AA. RGB value is (47,7,170). Sum of RGB (Red+Green+Blue) = 47+7+170=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 170 (66.80% from 255 or 75.89% from 224); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F07AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F07AA is #D0F855. Grayscale: #242424. Windows color (decimal): -13695062 or 11142959. OLE color: 11142959.

HSL color Cylindrical-coordinate representation of color #2F07AA: hue angle of 254.72º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F07AA is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 7 170 -
CMYK 0.72 0.96 0 0.33
HSL 254.72º 0.92% 0.35% -
HSV(B) 254.72º 0.96% 0.67% -
XYZ 8.5 3.66 38.29 -
YUV 37.54 202.75 134.75 -
System Red Green Blue C M Y K H S L
Decimal 47 7 170 0.72 0.96 0 0.33 254.72 0.92 0.35
Hex 2F 7 AA 48 60 0 21 FF 5C 23
Octal 57 7 252 110 140 0 41 377 134 43
Binary 101111 111 10101010 1001000 1100000 0 100001 11111111 1011100 100011

Color Harmonies of #2F07AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F07AA

Black with #2F07AA

Text Example


Text Example

White with #2F07AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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