#2F009E

Color #2F009E Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #2F009E

Tints of Ultramarine #2F009E

Color information

#2F009E (or 0x2F009E) is unknown color: approx Ultramarine. HEX triplet: 2F, 00 and 9E. RGB value is (47,0,158). Sum of RGB (Red+Green+Blue) = 47+0+158=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 158 (62.11% from 255 or 77.07% from 205); Max value from RGB is 158 - color contains mainly: blue. Hex color #2F009E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F009E is #D0FF61. Grayscale: #1F1F1F. Windows color (decimal): -13696866 or 10354735. OLE color: 10354735.

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

Color convert

RGB470158-
CMYK0.70100.38
HSL257.85º100%30.98%-
HSV(B)257.85º100%61.96%-
XYZ7.343.0732.55-
YUV32.06199.07138.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 158 (62.11% from 255) = 77.07%
R=22.93%
G=0%
B=77.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4701580.70100.38257.8510030.98
Hex2F09E4664026102641f
Octal57023610614404640214437
Binary101111010011110100011011001000100110100000010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F009E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F009E;
 }
 .AnyTagClassName
 {
   color: #2F009E;
 }
</style>
background-color css

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

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

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

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

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

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