Html Css Color HEX #2002B4 Ultramarine

📋 copy color: '#2002B4'

red 32 ◦ green 2 ◦ blue 180

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

Shades of Ultramarine #2002B4

Tints of Ultramarine #2002B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 84.11%

R = 14.95%
G = 0.93%
B = 84.11%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2002B4 (or 0x2002B4) is known color: Ultramarine. HEX triplet: 20, 02 and B4. RGB value is (32,2,180). Sum of RGB (Red+Green+Blue) = 32+2+180=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 180 (70.70% from 255 or 84.11% from 214); Max value from RGB is 180 - color contains mainly: blue. Hex color #2002B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2002B4 is #DFFD4B. Grayscale: #1E1E1E. Windows color (decimal): -14679372 or 11797024. OLE color: 11797024.

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

Color convert

RGB 32 2 180 -
CMYK 0.82 0.99 0 0.29
HSL 250.11º 0.98% 0.36% -
HSV(B) 250.11º 0.99% 0.71% -
XYZ 8.86 3.65 43.42 -
YUV 31.26 211.94 128.53 -
System Red Green Blue C M Y K H S L
Decimal 32 2 180 0.82 0.99 0 0.29 250.11 0.98 0.36
Hex 20 2 B4 52 63 0 1D FA 62 24
Octal 40 2 264 122 143 0 35 372 142 44
Binary 100000 10 10110100 1010010 1100011 0 11101 11111010 1100010 100100

Color Harmonies of #2002B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2002B4

Black with #2002B4

Text Example


Text Example

White with #2002B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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