Html Css Color HEX #14067F Ultramarine

📋 copy color: '#14067F'

red 20 ◦ green 6 ◦ blue 127

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

Shades of Ultramarine #14067F

Tints of Ultramarine #14067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.92%

 BLUE value IS 127 (50% from 255) = 83.01%

R = 13.07%
G = 3.92%
B = 83.01%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14067F (or 0x14067F) is known color: Ultramarine. HEX triplet: 14, 06 and 7F. RGB value is (20,6,127). Sum of RGB (Red+Green+Blue) = 20+6+127=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 127 (50% from 255 or 83.01% from 153); Max value from RGB is 127 - color contains mainly: blue. Hex color #14067F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14067F is #EBF980. Grayscale: #171717. Windows color (decimal): -15464833 or 8324628. OLE color: 8324628.

HSL color Cylindrical-coordinate representation of color #14067F: hue angle of 246.94º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14067F is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 6 127 -
CMYK 0.84 0.95 0 0.50
HSL 246.94º 0.91% 0.26% -
HSV(B) 246.94º 0.95% 0.5% -
XYZ 4.18 1.81 20.21 -
YUV 23.98 186.14 125.16 -
System Red Green Blue C M Y K H S L
Decimal 20 6 127 0.84 0.95 0 0.50 246.94 0.91 0.26
Hex 14 6 7F 54 5F 0 32 F7 5B 1A
Octal 24 6 177 124 137 0 62 367 133 32
Binary 10100 110 1111111 1010100 1011111 0 110010 11110111 1011011 11010

Color Harmonies of #14067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14067F

Black with #14067F

Text Example


Text Example

White with #14067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14067F; }

 p { color: rgb(20,6,127); }

 H1.HeaderClassName
 {
   color: #14067F;
 }
 .AnyTagClassName
 {
   color: #14067F;
 }
</style>

background-color css

<style>
 a { background-color: #14067F; }

 a { background-color: rgb(20,6,127); }

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

border-color css

<style>
 span { border-color: #14067F; }

 span { border-color: rgb(20,6,127); }

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