Html Css Color HEX #2F0CAB Ultramarine

📋 copy color: '#2F0CAB'

red 47 ◦ green 12 ◦ blue 171

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

Shades of Ultramarine #2F0CAB

Tints of Ultramarine #2F0CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 74.35%

R = 20.43%
G = 5.22%
B = 74.35%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F0CAB (or 0x2F0CAB) is known color: Ultramarine. HEX triplet: 2F, 0C and AB. RGB value is (47,12,171). Sum of RGB (Red+Green+Blue) = 47+12+171=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F0CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0CAB is #D0F354. Grayscale: #272727. Windows color (decimal): -13693781 or 11209775. OLE color: 11209775.

HSL color Cylindrical-coordinate representation of color #2F0CAB: hue angle of 253.21º 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 #2F0CAB is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 12 171 -
CMYK 0.73 0.93 0 0.33
HSL 253.21º 0.87% 0.36% -
HSV(B) 253.21º 0.93% 0.67% -
XYZ 8.65 3.81 38.81 -
YUV 40.59 201.6 132.57 -
System Red Green Blue C M Y K H S L
Decimal 47 12 171 0.73 0.93 0 0.33 253.21 0.87 0.36
Hex 2F C AB 49 5D 0 21 FD 57 24
Octal 57 14 253 111 135 0 41 375 127 44
Binary 101111 1100 10101011 1001001 1011101 0 100001 11111101 1010111 100100

Color Harmonies of #2F0CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0CAB

Black with #2F0CAB

Text Example


Text Example

White with #2F0CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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