Html Css Color HEX #2008B3 Ultramarine

📋 copy color: '#2008B3'

red 32 ◦ green 8 ◦ blue 179

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

Shades of Ultramarine #2008B3

Tints of Ultramarine #2008B3

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.65%

 BLUE value IS 179 (70.31% from 255) = 81.74%

R = 14.61%
G = 3.65%
B = 81.74%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2008B3 (or 0x2008B3) is known color: Ultramarine. HEX triplet: 20, 08 and B3. RGB value is (32,8,179). Sum of RGB (Red+Green+Blue) = 32+8+179=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 179 (70.31% from 255 or 81.74% from 219); Max value from RGB is 179 - color contains mainly: blue. Hex color #2008B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2008B3 is #DFF74C. Grayscale: #222222. Windows color (decimal): -14677837 or 11733024. OLE color: 11733024.

HSL color Cylindrical-coordinate representation of color #2008B3: hue angle of 248.42º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2008B3 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 32 8 179 -
CMYK 0.82 0.96 0 0.30
HSL 248.42º 0.91% 0.37% -
HSV(B) 248.42º 0.96% 0.7% -
XYZ 8.82 3.74 42.9 -
YUV 34.67 209.45 126.1 -
System Red Green Blue C M Y K H S L
Decimal 32 8 179 0.82 0.96 0 0.30 248.42 0.91 0.37
Hex 20 8 B3 52 60 0 1E F8 5B 25
Octal 40 10 263 122 140 0 36 370 133 45
Binary 100000 1000 10110011 1010010 1100000 0 11110 11111000 1011011 100101

Color Harmonies of #2008B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2008B3

Black with #2008B3

Text Example


Text Example

White with #2008B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2008B3; }

 p { color: rgb(32,8,179); }

 H1.HeaderClassName
 {
   color: #2008B3;
 }
 .AnyTagClassName
 {
   color: #2008B3;
 }
</style>

background-color css

<style>
 a { background-color: #2008B3; }

 a { background-color: rgb(32,8,179); }

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

border-color css

<style>
 span { border-color: #2008B3; }

 span { border-color: rgb(32,8,179); }

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