Html Css Color HEX #2007AE Ultramarine

📋 copy color: '#2007AE'

red 32 ◦ green 7 ◦ blue 174

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

Shades of Ultramarine #2007AE

Tints of Ultramarine #2007AE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.29%

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

R = 15.02%
G = 3.29%
B = 81.69%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2007AE (or 0x2007AE) is known color: Ultramarine. HEX triplet: 20, 07 and AE. RGB value is (32,7,174). Sum of RGB (Red+Green+Blue) = 32+7+174=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 174 (68.36% from 255 or 81.69% from 213); Max value from RGB is 174 - color contains mainly: blue. Hex color #2007AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2007AE is #DFF851. Grayscale: #202020. Windows color (decimal): -14678098 or 11405088. OLE color: 11405088.

HSL color Cylindrical-coordinate representation of color #2007AE: hue angle of 248.98º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2007AE is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 7 174 -
CMYK 0.82 0.96 0 0.32
HSL 248.98º 0.92% 0.35% -
HSV(B) 248.98º 0.96% 0.68% -
XYZ 8.31 3.52 40.28 -
YUV 33.51 207.28 126.92 -
System Red Green Blue C M Y K H S L
Decimal 32 7 174 0.82 0.96 0 0.32 248.98 0.92 0.35
Hex 20 7 AE 52 60 0 20 F9 5C 23
Octal 40 7 256 122 140 0 40 371 134 43
Binary 100000 111 10101110 1010010 1100000 0 100000 11111001 1011100 100011

Color Harmonies of #2007AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2007AE

Black with #2007AE

Text Example


Text Example

White with #2007AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2007AE; }

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

 H1.HeaderClassName
 {
   color: #2007AE;
 }
 .AnyTagClassName
 {
   color: #2007AE;
 }
</style>

background-color css

<style>
 a { background-color: #2007AE; }

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

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

border-color css

<style>
 span { border-color: #2007AE; }

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

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