Html Css Color HEX #2F0CAD Ultramarine

📋 copy color: '#2F0CAD'

red 47 ◦ green 12 ◦ blue 173

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

Shades of Ultramarine #2F0CAD

Tints of Ultramarine #2F0CAD

RGB

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

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

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

R = 20.26%
G = 5.17%
B = 74.57%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2F0CAD (or 0x2F0CAD) is known color: Ultramarine. HEX triplet: 2F, 0C and AD. RGB value is (47,12,173). Sum of RGB (Red+Green+Blue) = 47+12+173=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #2F0CAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0CAD is #D0F352. Grayscale: #282828. Windows color (decimal): -13693779 or 11340847. OLE color: 11340847.

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

Color convert

RGB 47 12 173 -
CMYK 0.73 0.93 0 0.32
HSL 253.04º 0.87% 0.36% -
HSV(B) 253.04º 0.93% 0.68% -
XYZ 8.85 3.88 39.82 -
YUV 40.82 202.6 132.41 -
System Red Green Blue C M Y K H S L
Decimal 47 12 173 0.73 0.93 0 0.32 253.04 0.87 0.36
Hex 2F C AD 49 5D 0 20 FD 57 24
Octal 57 14 255 111 135 0 40 375 127 44
Binary 101111 1100 10101101 1001001 1011101 0 100000 11111101 1010111 100100

Color Harmonies of #2F0CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0CAD

Black with #2F0CAD

Text Example


Text Example

White with #2F0CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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