Html Css Color HEX #2002AF Ultramarine

📋 copy color: '#2002AF'

red 32 ◦ green 2 ◦ blue 175

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

Shades of Ultramarine #2002AF

Tints of Ultramarine #2002AF

RGB

 RED value IS 32 (12.89% from 255) = 15.31%

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

 BLUE value IS 175 (68.75% from 255) = 83.73%

R = 15.31%
G = 0.96%
B = 83.73%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2002AF (or 0x2002AF) is known color: Ultramarine. HEX triplet: 20, 02 and AF. RGB value is (32,2,175). Sum of RGB (Red+Green+Blue) = 32+2+175=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 175 (68.75% from 255 or 83.73% from 209); Max value from RGB is 175 - color contains mainly: blue. Hex color #2002AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2002AF is #DFFD50. Grayscale: #1E1E1E. Windows color (decimal): -14679377 or 11469344. OLE color: 11469344.

HSL color Cylindrical-coordinate representation of color #2002AF: hue angle of 250.4º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2002AF is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 2 175 -
CMYK 0.82 0.99 0 0.31
HSL 250.4º 0.98% 0.35% -
HSV(B) 250.4º 0.99% 0.69% -
XYZ 8.36 3.45 40.78 -
YUV 30.69 209.44 128.93 -
System Red Green Blue C M Y K H S L
Decimal 32 2 175 0.82 0.99 0 0.31 250.4 0.98 0.35
Hex 20 2 AF 52 63 0 1F FA 62 23
Octal 40 2 257 122 143 0 37 372 142 43
Binary 100000 10 10101111 1010010 1100011 0 11111 11111010 1100010 100011

Color Harmonies of #2002AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2002AF

Black with #2002AF

Text Example


Text Example

White with #2002AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2002AF; }

 p { color: rgb(32,2,175); }

 H1.HeaderClassName
 {
   color: #2002AF;
 }
 .AnyTagClassName
 {
   color: #2002AF;
 }
</style>

background-color css

<style>
 a { background-color: #2002AF; }

 a { background-color: rgb(32,2,175); }

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

border-color css

<style>
 span { border-color: #2002AF; }

 span { border-color: rgb(32,2,175); }

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