Html Css Color HEX #14047B Ultramarine

📋 copy color: '#14047B'

red 20 ◦ green 4 ◦ blue 123

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

Shades of Ultramarine #14047B

Tints of Ultramarine #14047B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.72%

 BLUE value IS 123 (48.44% from 255) = 83.67%

R = 13.61%
G = 2.72%
B = 83.67%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#14047B (or 0x14047B) is known color: Ultramarine. HEX triplet: 14, 04 and 7B. RGB value is (20,4,123). Sum of RGB (Red+Green+Blue) = 20+4+123=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 123 (48.44% from 255 or 83.67% from 147); Max value from RGB is 123 - color contains mainly: blue. Hex color #14047B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14047B is #EBFB84. Grayscale: #151515. Windows color (decimal): -15465349 or 8061972. OLE color: 8061972.

HSL color Cylindrical-coordinate representation of color #14047B: hue angle of 248.07º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #14047B is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 20 4 123 -
CMYK 0.84 0.97 0 0.52
HSL 248.07º 0.94% 0.25% -
HSV(B) 248.07º 0.97% 0.48% -
XYZ 3.91 1.67 18.85 -
YUV 22.35 184.8 126.32 -
System Red Green Blue C M Y K H S L
Decimal 20 4 123 0.84 0.97 0 0.52 248.07 0.94 0.25
Hex 14 4 7B 54 61 0 34 F8 5E 19
Octal 24 4 173 124 141 0 64 370 136 31
Binary 10100 100 1111011 1010100 1100001 0 110100 11111000 1011110 11001

Color Harmonies of #14047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14047B

Black with #14047B

Text Example


Text Example

White with #14047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14047B; }

 p { color: rgb(20,4,123); }

 H1.HeaderClassName
 {
   color: #14047B;
 }
 .AnyTagClassName
 {
   color: #14047B;
 }
</style>

background-color css

<style>
 a { background-color: #14047B; }

 a { background-color: rgb(20,4,123); }

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

border-color css

<style>
 span { border-color: #14047B; }

 span { border-color: rgb(20,4,123); }

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