Html Css Color HEX #2F0CAA Ultramarine

📋 copy color: '#2F0CAA'

red 47 ◦ green 12 ◦ blue 170

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

Shades of Ultramarine #2F0CAA

Tints of Ultramarine #2F0CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.24%

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

R = 20.52%
G = 5.24%
B = 74.24%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F0CAA (or 0x2F0CAA) is known color: Ultramarine. HEX triplet: 2F, 0C and AA. RGB value is (47,12,170). Sum of RGB (Red+Green+Blue) = 47+12+170=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F0CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0CAA is #D0F355. Grayscale: #272727. Windows color (decimal): -13693782 or 11144239. OLE color: 11144239.

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

Color convert

RGB 47 12 170 -
CMYK 0.72 0.93 0 0.33
HSL 253.29º 0.87% 0.36% -
HSV(B) 253.29º 0.93% 0.67% -
XYZ 8.56 3.77 38.31 -
YUV 40.48 201.1 132.65 -
System Red Green Blue C M Y K H S L
Decimal 47 12 170 0.72 0.93 0 0.33 253.29 0.87 0.36
Hex 2F C AA 48 5D 0 21 FD 57 24
Octal 57 14 252 110 135 0 41 375 127 44
Binary 101111 1100 10101010 1001000 1011101 0 100001 11111101 1010111 100100

Color Harmonies of #2F0CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0CAA

Black with #2F0CAA

Text Example


Text Example

White with #2F0CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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