Html Css Color HEX #200FB0 Ultramarine

📋 copy color: '#200FB0'

red 32 ◦ green 15 ◦ blue 176

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

Shades of Ultramarine #200FB0

Tints of Ultramarine #200FB0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.73%

 BLUE value IS 176 (69.14% from 255) = 78.92%

R = 14.35%
G = 6.73%
B = 78.92%

CMYK

 C value IS 0.82

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#200FB0 (or 0x200FB0) is known color: Ultramarine. HEX triplet: 20, 0F and B0. RGB value is (32,15,176). Sum of RGB (Red+Green+Blue) = 32+15+176=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 176 (69.14% from 255 or 78.92% from 223); Max value from RGB is 176 - color contains mainly: blue. Hex color #200FB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200FB0 is #DFF04F. Grayscale: #252525. Windows color (decimal): -14676048 or 11538208. OLE color: 11538208.

HSL color Cylindrical-coordinate representation of color #200FB0: hue angle of 246.34º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200FB0 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 15 176 -
CMYK 0.82 0.91 0 0.31
HSL 246.34º 0.84% 0.37% -
HSV(B) 246.34º 0.91% 0.69% -
XYZ 8.6 3.78 41.35 -
YUV 38.44 205.63 123.41 -
System Red Green Blue C M Y K H S L
Decimal 32 15 176 0.82 0.91 0 0.31 246.34 0.84 0.37
Hex 20 F B0 52 5B 0 1F F6 54 25
Octal 40 17 260 122 133 0 37 366 124 45
Binary 100000 1111 10110000 1010010 1011011 0 11111 11110110 1010100 100101

Color Harmonies of #200FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200FB0

Black with #200FB0

Text Example


Text Example

White with #200FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200FB0; }

 p { color: rgb(32,15,176); }

 H1.HeaderClassName
 {
   color: #200FB0;
 }
 .AnyTagClassName
 {
   color: #200FB0;
 }
</style>

background-color css

<style>
 a { background-color: #200FB0; }

 a { background-color: rgb(32,15,176); }

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

border-color css

<style>
 span { border-color: #200FB0; }

 span { border-color: rgb(32,15,176); }

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