Html Css Color HEX #140C9D Ultramarine

📋 copy color: '#140C9D'

red 20 ◦ green 12 ◦ blue 157

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

Shades of Ultramarine #140C9D

Tints of Ultramarine #140C9D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.35%

 BLUE value IS 157 (61.72% from 255) = 83.07%

R = 10.58%
G = 6.35%
B = 83.07%

CMYK

 C value IS 0.87

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#140C9D (or 0x140C9D) is known color: Ultramarine. HEX triplet: 14, 0C and 9D. RGB value is (20,12,157). Sum of RGB (Red+Green+Blue) = 20+12+157=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 157 (61.72% from 255 or 83.07% from 189); Max value from RGB is 157 - color contains mainly: blue. Hex color #140C9D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140C9D is #EBF362. Grayscale: #1E1E1E. Windows color (decimal): -15463267 or 10292244. OLE color: 10292244.

HSL color Cylindrical-coordinate representation of color #140C9D: hue angle of 243.31º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140C9D is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 12 157 -
CMYK 0.87 0.92 0 0.38
HSL 243.31º 0.86% 0.33% -
HSV(B) 243.31º 0.92% 0.62% -
XYZ 6.51 2.85 32.1 -
YUV 30.92 199.15 120.21 -
System Red Green Blue C M Y K H S L
Decimal 20 12 157 0.87 0.92 0 0.38 243.31 0.86 0.33
Hex 14 C 9D 57 5C 0 26 F3 56 21
Octal 24 14 235 127 134 0 46 363 126 41
Binary 10100 1100 10011101 1010111 1011100 0 100110 11110011 1010110 100001

Color Harmonies of #140C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C9D

Black with #140C9D

Text Example


Text Example

White with #140C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,12,157); }

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

background-color css

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

 a { background-color: rgb(20,12,157); }

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

border-color css

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

 span { border-color: rgb(20,12,157); }

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