Html Css Color HEX #140FAC Ultramarine

📋 copy color: '#140FAC'

red 20 ◦ green 15 ◦ blue 172

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

Shades of Ultramarine #140FAC

Tints of Ultramarine #140FAC

RGB

 RED value IS 20 (8.2% from 255) = 9.66%

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

 BLUE value IS 172 (67.58% from 255) = 83.09%

R = 9.66%
G = 7.25%
B = 83.09%

CMYK

 C value IS 0.88

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#140FAC (or 0x140FAC) is known color: Ultramarine. HEX triplet: 14, 0F and AC. RGB value is (20,15,172). Sum of RGB (Red+Green+Blue) = 20+15+172=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 172 (67.58% from 255 or 83.09% from 207); Max value from RGB is 172 - color contains mainly: blue. Hex color #140FAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140FAC is #EBF053. Grayscale: #212121. Windows color (decimal): -15462484 or 11276052. OLE color: 11276052.

HSL color Cylindrical-coordinate representation of color #140FAC: hue angle of 241.91º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #140FAC is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 15 172 -
CMYK 0.88 0.91 0 0.33
HSL 241.91º 0.84% 0.37% -
HSV(B) 241.91º 0.91% 0.67% -
XYZ 7.91 3.47 39.28 -
YUV 34.39 205.66 117.73 -
System Red Green Blue C M Y K H S L
Decimal 20 15 172 0.88 0.91 0 0.33 241.91 0.84 0.37
Hex 14 F AC 58 5B 0 21 F2 54 25
Octal 24 17 254 130 133 0 41 362 124 45
Binary 10100 1111 10101100 1011000 1011011 0 100001 11110010 1010100 100101

Color Harmonies of #140FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140FAC

Black with #140FAC

Text Example


Text Example

White with #140FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140FAC; }

 p { color: rgb(20,15,172); }

 H1.HeaderClassName
 {
   color: #140FAC;
 }
 .AnyTagClassName
 {
   color: #140FAC;
 }
</style>

background-color css

<style>
 a { background-color: #140FAC; }

 a { background-color: rgb(20,15,172); }

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

border-color css

<style>
 span { border-color: #140FAC; }

 span { border-color: rgb(20,15,172); }

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