Html Css Color HEX #2014AF Ultramarine

📋 copy color: '#2014AF'

red 32 ◦ green 20 ◦ blue 175

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

Shades of Ultramarine #2014AF

Tints of Ultramarine #2014AF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.81%

 BLUE value IS 175 (68.75% from 255) = 77.09%

R = 14.1%
G = 8.81%
B = 77.09%

CMYK

 C value IS 0.82

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2014AF (or 0x2014AF) is known color: Ultramarine. HEX triplet: 20, 14 and AF. RGB value is (32,20,175). Sum of RGB (Red+Green+Blue) = 32+20+175=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 175 (68.75% from 255 or 77.09% from 227); Max value from RGB is 175 - color contains mainly: blue. Hex color #2014AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2014AF is #DFEB50. Grayscale: #282828. Windows color (decimal): -14674769 or 11473952. OLE color: 11473952.

HSL color Cylindrical-coordinate representation of color #2014AF: hue angle of 244.65º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2014AF is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 20 175 -
CMYK 0.82 0.89 0 0.31
HSL 244.65º 0.79% 0.38% -
HSV(B) 244.65º 0.89% 0.69% -
XYZ 8.58 3.9 40.86 -
YUV 41.26 203.48 121.4 -
System Red Green Blue C M Y K H S L
Decimal 32 20 175 0.82 0.89 0 0.31 244.65 0.79 0.38
Hex 20 14 AF 52 59 0 1F F5 4F 26
Octal 40 24 257 122 131 0 37 365 117 46
Binary 100000 10100 10101111 1010010 1011001 0 11111 11110101 1001111 100110

Color Harmonies of #2014AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2014AF

Black with #2014AF

Text Example


Text Example

White with #2014AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2014AF; }

 p { color: rgb(32,20,175); }

 H1.HeaderClassName
 {
   color: #2014AF;
 }
 .AnyTagClassName
 {
   color: #2014AF;
 }
</style>

background-color css

<style>
 a { background-color: #2014AF; }

 a { background-color: rgb(32,20,175); }

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

border-color css

<style>
 span { border-color: #2014AF; }

 span { border-color: rgb(32,20,175); }

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