Html Css Color HEX #2F009F Ultramarine

📋 copy color: '#2F009F'

red 47 ◦ green 0 ◦ blue 159

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

Shades of Ultramarine #2F009F

Tints of Ultramarine #2F009F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 159 (62.5% from 255) = 77.18%

R = 22.82%
G = 0%
B = 77.18%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2F009F (or 0x2F009F) is known color: Ultramarine. HEX triplet: 2F, 00 and 9F. RGB value is (47,0,159). Sum of RGB (Red+Green+Blue) = 47+0+159=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 159 (62.5% from 255 or 77.18% from 206); Max value from RGB is 159 - color contains mainly: blue. Hex color #2F009F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F009F is #D0FF60. Grayscale: #1F1F1F. Windows color (decimal): -13696865 or 10420271. OLE color: 10420271.

HSL color Cylindrical-coordinate representation of color #2F009F: hue angle of 257.74º 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 #2F009F is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 47 0 159 -
CMYK 0.70 1 0 0.38
HSL 257.74º 1% 0.31% -
HSV(B) 257.74º 1% 0.62% -
XYZ 7.43 3.11 33.01 -
YUV 32.18 199.57 138.57 -
System Red Green Blue C M Y K H S L
Decimal 47 0 159 0.70 1 0 0.38 257.74 1 0.31
Hex 2F 0 9F 46 64 0 26 102 64 1F
Octal 57 0 237 106 144 0 46 402 144 37
Binary 101111 0 10011111 1000110 1100100 0 100110 100000010 1100100 11111

Color Harmonies of #2F009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F009F

Black with #2F009F

Text Example


Text Example

White with #2F009F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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