Html Css Color HEX #2F199C Ultramarine

📋 copy color: '#2F199C'

red 47 ◦ green 25 ◦ blue 156

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

Shades of Ultramarine #2F199C

Tints of Ultramarine #2F199C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.96%

 BLUE value IS 156 (61.33% from 255) = 68.42%

R = 20.61%
G = 10.96%
B = 68.42%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2F199C (or 0x2F199C) is known color: Ultramarine. HEX triplet: 2F, 19 and 9C. RGB value is (47,25,156). Sum of RGB (Red+Green+Blue) = 47+25+156=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F199C is #D0E663. Grayscale: #2E2E2E. Windows color (decimal): -13690468 or 10230063. OLE color: 10230063.

HSL color Cylindrical-coordinate representation of color #2F199C: hue angle of 250.08º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F199C is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 47 25 156 -
CMYK 0.70 0.84 0 0.39
HSL 250.08º 0.72% 0.35% -
HSV(B) 250.08º 0.84% 0.61% -
XYZ 7.52 3.7 31.77 -
YUV 46.51 189.79 128.35 -
System Red Green Blue C M Y K H S L
Decimal 47 25 156 0.70 0.84 0 0.39 250.08 0.72 0.35
Hex 2F 19 9C 46 54 0 27 FA 48 23
Octal 57 31 234 106 124 0 47 372 110 43
Binary 101111 11001 10011100 1000110 1010100 0 100111 11111010 1001000 100011

Color Harmonies of #2F199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F199C

Black with #2F199C

Text Example


Text Example

White with #2F199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,25,156); }

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

background-color css

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

 a { background-color: rgb(47,25,156); }

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

border-color css

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

 span { border-color: rgb(47,25,156); }

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