Html Css Color HEX #200BAE Ultramarine

📋 copy color: '#200BAE'

red 32 ◦ green 11 ◦ blue 174

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

Shades of Ultramarine #200BAE

Tints of Ultramarine #200BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.07%

 BLUE value IS 174 (68.36% from 255) = 80.18%

R = 14.75%
G = 5.07%
B = 80.18%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#200BAE (or 0x200BAE) is known color: Ultramarine. HEX triplet: 20, 0B and AE. RGB value is (32,11,174). Sum of RGB (Red+Green+Blue) = 32+11+174=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 174 (68.36% from 255 or 80.18% from 217); Max value from RGB is 174 - color contains mainly: blue. Hex color #200BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200BAE is #DFF451. Grayscale: #232323. Windows color (decimal): -14677074 or 11406112. OLE color: 11406112.

HSL color Cylindrical-coordinate representation of color #200BAE: hue angle of 247.73º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200BAE is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 11 174 -
CMYK 0.82 0.94 0 0.32
HSL 247.73º 0.88% 0.36% -
HSV(B) 247.73º 0.94% 0.68% -
XYZ 8.36 3.6 40.3 -
YUV 35.86 205.96 125.25 -
System Red Green Blue C M Y K H S L
Decimal 32 11 174 0.82 0.94 0 0.32 247.73 0.88 0.36
Hex 20 B AE 52 5E 0 20 F8 58 24
Octal 40 13 256 122 136 0 40 370 130 44
Binary 100000 1011 10101110 1010010 1011110 0 100000 11111000 1011000 100100

Color Harmonies of #200BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200BAE

Black with #200BAE

Text Example


Text Example

White with #200BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,11,174); }

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

background-color css

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

 a { background-color: rgb(32,11,174); }

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

border-color css

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

 span { border-color: rgb(32,11,174); }

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