Html Css Color HEX #14188C Ultramarine

📋 copy color: '#14188C'

red 20 ◦ green 24 ◦ blue 140

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

Shades of Ultramarine #14188C

Tints of Ultramarine #14188C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.04%

 BLUE value IS 140 (55.08% from 255) = 76.09%

R = 10.87%
G = 13.04%
B = 76.09%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14188C (or 0x14188C) is known color: Ultramarine. HEX triplet: 14, 18 and 8C. RGB value is (20,24,140). Sum of RGB (Red+Green+Blue) = 20+24+140=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 140 (55.08% from 255 or 76.09% from 184); Max value from RGB is 140 - color contains mainly: blue. Hex color #14188C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14188C is #EBE773. Grayscale: #232323. Windows color (decimal): -15460212 or 9181204. OLE color: 9181204.

HSL color Cylindrical-coordinate representation of color #14188C: hue angle of 238º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14188C is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 24 140 -
CMYK 0.86 0.83 0 0.45
HSL 238º 0.75% 0.31% -
HSV(B) 238º 0.86% 0.55% -
XYZ 5.35 2.7 25.05 -
YUV 36.03 186.67 116.57 -
System Red Green Blue C M Y K H S L
Decimal 20 24 140 0.86 0.83 0 0.45 238 0.75 0.31
Hex 14 18 8C 56 53 0 2D EE 4B 1F
Octal 24 30 214 126 123 0 55 356 113 37
Binary 10100 11000 10001100 1010110 1010011 0 101101 11101110 1001011 11111

Color Harmonies of #14188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14188C

Black with #14188C

Text Example


Text Example

White with #14188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14188C; }

 p { color: rgb(20,24,140); }

 H1.HeaderClassName
 {
   color: #14188C;
 }
 .AnyTagClassName
 {
   color: #14188C;
 }
</style>

background-color css

<style>
 a { background-color: #14188C; }

 a { background-color: rgb(20,24,140); }

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

border-color css

<style>
 span { border-color: #14188C; }

 span { border-color: rgb(20,24,140); }

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