Html Css Color HEX #2F189E Ultramarine

📋 copy color: '#2F189E'

red 47 ◦ green 24 ◦ blue 158

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

Shades of Ultramarine #2F189E

Tints of Ultramarine #2F189E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.48%

 BLUE value IS 158 (62.11% from 255) = 69%

R = 20.52%
G = 10.48%
B = 69%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2F189E (or 0x2F189E) is known color: Ultramarine. HEX triplet: 2F, 18 and 9E. RGB value is (47,24,158). Sum of RGB (Red+Green+Blue) = 47+24+158=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 158 (62.11% from 255 or 69.00% from 229); Max value from RGB is 158 - color contains mainly: blue. Hex color #2F189E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F189E is #D0E761. Grayscale: #2D2D2D. Windows color (decimal): -13690722 or 10360879. OLE color: 10360879.

HSL color Cylindrical-coordinate representation of color #2F189E: hue angle of 250.3º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F189E is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 47 24 158 -
CMYK 0.70 0.85 0 0.38
HSL 250.3º 0.74% 0.36% -
HSV(B) 250.3º 0.85% 0.62% -
XYZ 7.67 3.73 32.66 -
YUV 46.15 191.12 128.6 -
System Red Green Blue C M Y K H S L
Decimal 47 24 158 0.70 0.85 0 0.38 250.3 0.74 0.36
Hex 2F 18 9E 46 55 0 26 FA 4A 24
Octal 57 30 236 106 125 0 46 372 112 44
Binary 101111 11000 10011110 1000110 1010101 0 100110 11111010 1001010 100100

Color Harmonies of #2F189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F189E

Black with #2F189E

Text Example


Text Example

White with #2F189E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,24,158); }

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

background-color css

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

 a { background-color: rgb(47,24,158); }

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

border-color css

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

 span { border-color: rgb(47,24,158); }

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