Html Css Color HEX #140C7C Ultramarine

📋 copy color: '#140C7C'

red 20 ◦ green 12 ◦ blue 124

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

Shades of Ultramarine #140C7C

Tints of Ultramarine #140C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 79.49%

R = 12.82%
G = 7.69%
B = 79.49%

CMYK

 C value IS 0.84

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#140C7C (or 0x140C7C) is known color: Ultramarine. HEX triplet: 14, 0C and 7C. RGB value is (20,12,124). Sum of RGB (Red+Green+Blue) = 20+12+124=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 124 (48.83% from 255 or 79.49% from 156); Max value from RGB is 124 - color contains mainly: blue. Hex color #140C7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140C7C is #EBF383. Grayscale: #1A1A1A. Windows color (decimal): -15463300 or 8129556. OLE color: 8129556.

HSL color Cylindrical-coordinate representation of color #140C7C: hue angle of 244.29º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140C7C is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 12 124 -
CMYK 0.84 0.90 0 0.51
HSL 244.29º 0.82% 0.27% -
HSV(B) 244.29º 0.9% 0.49% -
XYZ 4.06 1.87 19.22 -
YUV 27.16 182.65 122.89 -
System Red Green Blue C M Y K H S L
Decimal 20 12 124 0.84 0.90 0 0.51 244.29 0.82 0.27
Hex 14 C 7C 54 5A 0 33 F4 52 1B
Octal 24 14 174 124 132 0 63 364 122 33
Binary 10100 1100 1111100 1010100 1011010 0 110011 11110100 1010010 11011

Color Harmonies of #140C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C7C

Black with #140C7C

Text Example


Text Example

White with #140C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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