Html Css Color HEX #14039C Ultramarine

📋 copy color: '#14039C'

red 20 ◦ green 3 ◦ blue 156

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

Shades of Ultramarine #14039C

Tints of Ultramarine #14039C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.68%

 BLUE value IS 156 (61.33% from 255) = 87.15%

R = 11.17%
G = 1.68%
B = 87.15%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14039C (or 0x14039C) is known color: Ultramarine. HEX triplet: 14, 03 and 9C. RGB value is (20,3,156). Sum of RGB (Red+Green+Blue) = 20+3+156=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 156 (61.33% from 255 or 87.15% from 179); Max value from RGB is 156 - color contains mainly: blue. Hex color #14039C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14039C is #EBFC63. Grayscale: #181818. Windows color (decimal): -15465572 or 10224404. OLE color: 10224404.

HSL color Cylindrical-coordinate representation of color #14039C: hue angle of 246.67º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14039C is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 3 156 -
CMYK 0.87 0.98 0 0.39
HSL 246.67º 0.96% 0.31% -
HSV(B) 246.67º 0.98% 0.61% -
XYZ 6.32 2.61 31.62 -
YUV 25.53 201.63 124.06 -
System Red Green Blue C M Y K H S L
Decimal 20 3 156 0.87 0.98 0 0.39 246.67 0.96 0.31
Hex 14 3 9C 57 62 0 27 F7 60 1F
Octal 24 3 234 127 142 0 47 367 140 37
Binary 10100 11 10011100 1010111 1100010 0 100111 11110111 1100000 11111

Color Harmonies of #14039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14039C

Black with #14039C

Text Example


Text Example

White with #14039C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,3,156); }

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

background-color css

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

 a { background-color: rgb(20,3,156); }

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

border-color css

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

 span { border-color: rgb(20,3,156); }

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