Html Css Color HEX #2F0EB8 Ultramarine

📋 copy color: '#2F0EB8'

red 47 ◦ green 14 ◦ blue 184

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

Shades of Ultramarine #2F0EB8

Tints of Ultramarine #2F0EB8

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.71%

 BLUE value IS 184 (72.27% from 255) = 75.1%

R = 19.18%
G = 5.71%
B = 75.1%

CMYK

 C value IS 0.74

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2F0EB8 (or 0x2F0EB8) is known color: Ultramarine. HEX triplet: 2F, 0E and B8. RGB value is (47,14,184). Sum of RGB (Red+Green+Blue) = 47+14+184=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 184 (72.27% from 255 or 75.10% from 245); Max value from RGB is 184 - color contains mainly: blue. Hex color #2F0EB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0EB8 is #D0F147. Grayscale: #2A2A2A. Windows color (decimal): -13693256 or 12062255. OLE color: 12062255.

HSL color Cylindrical-coordinate representation of color #2F0EB8: hue angle of 251.65º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F0EB8 is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 47 14 184 -
CMYK 0.74 0.92 0 0.28
HSL 251.65º 0.86% 0.39% -
HSV(B) 251.65º 0.92% 0.72% -
XYZ 9.98 4.38 45.67 -
YUV 43.25 207.43 130.68 -
System Red Green Blue C M Y K H S L
Decimal 47 14 184 0.74 0.92 0 0.28 251.65 0.86 0.39
Hex 2F E B8 4A 5C 0 1C FC 56 27
Octal 57 16 270 112 134 0 34 374 126 47
Binary 101111 1110 10111000 1001010 1011100 0 11100 11111100 1010110 100111

Color Harmonies of #2F0EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0EB8

Black with #2F0EB8

Text Example


Text Example

White with #2F0EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,14,184); }

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

background-color css

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

 a { background-color: rgb(47,14,184); }

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

border-color css

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

 span { border-color: rgb(47,14,184); }

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