Html Css Color HEX #2F02AB Ultramarine

📋 copy color: '#2F02AB'

red 47 ◦ green 2 ◦ blue 171

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

Shades of Ultramarine #2F02AB

Tints of Ultramarine #2F02AB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 171 (67.19% from 255) = 77.73%

R = 21.36%
G = 0.91%
B = 77.73%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F02AB (or 0x2F02AB) is known color: Ultramarine. HEX triplet: 2F, 02 and AB. RGB value is (47,2,171). Sum of RGB (Red+Green+Blue) = 47+2+171=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 171 (67.19% from 255 or 77.73% from 220); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F02AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F02AB is #D0FD54. Grayscale: #222222. Windows color (decimal): -13696341 or 11207215. OLE color: 11207215.

HSL color Cylindrical-coordinate representation of color #2F02AB: hue angle of 255.98º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F02AB is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 2 171 -
CMYK 0.73 0.99 0 0.33
HSL 255.98º 0.98% 0.34% -
HSV(B) 255.98º 0.99% 0.67% -
XYZ 8.54 3.59 38.77 -
YUV 34.72 204.91 136.76 -
System Red Green Blue C M Y K H S L
Decimal 47 2 171 0.73 0.99 0 0.33 255.98 0.98 0.34
Hex 2F 2 AB 49 63 0 21 100 62 22
Octal 57 2 253 111 143 0 41 400 142 42
Binary 101111 10 10101011 1001001 1100011 0 100001 100000000 1100010 100010

Color Harmonies of #2F02AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F02AB

Black with #2F02AB

Text Example


Text Example

White with #2F02AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,2,171); }

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

background-color css

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

 a { background-color: rgb(47,2,171); }

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

border-color css

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

 span { border-color: rgb(47,2,171); }

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