Html Css Color HEX #2F0DAD Ultramarine

📋 copy color: '#2F0DAD'

red 47 ◦ green 13 ◦ blue 173

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

Shades of Ultramarine #2F0DAD

Tints of Ultramarine #2F0DAD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.58%

 BLUE value IS 173 (67.97% from 255) = 74.25%

R = 20.17%
G = 5.58%
B = 74.25%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2F0DAD (or 0x2F0DAD) is known color: Ultramarine. HEX triplet: 2F, 0D and AD. RGB value is (47,13,173). Sum of RGB (Red+Green+Blue) = 47+13+173=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 173 (67.97% from 255 or 74.25% from 233); Max value from RGB is 173 - color contains mainly: blue. Hex color #2F0DAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0DAD is #D0F252. Grayscale: #282828. Windows color (decimal): -13693523 or 11341103. OLE color: 11341103.

HSL color Cylindrical-coordinate representation of color #2F0DAD: hue angle of 252.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F0DAD is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 47 13 173 -
CMYK 0.73 0.92 0 0.32
HSL 252.75º 0.86% 0.36% -
HSV(B) 252.75º 0.92% 0.68% -
XYZ 8.86 3.91 39.82 -
YUV 41.41 202.26 131.99 -
System Red Green Blue C M Y K H S L
Decimal 47 13 173 0.73 0.92 0 0.32 252.75 0.86 0.36
Hex 2F D AD 49 5C 0 20 FD 56 24
Octal 57 15 255 111 134 0 40 375 126 44
Binary 101111 1101 10101101 1001001 1011100 0 100000 11111101 1010110 100100

Color Harmonies of #2F0DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0DAD

Black with #2F0DAD

Text Example


Text Example

White with #2F0DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,13,173); }

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

background-color css

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

 a { background-color: rgb(47,13,173); }

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

border-color css

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

 span { border-color: rgb(47,13,173); }

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