Html Css Color HEX #14248B Ultramarine

📋 copy color: '#14248B'

red 20 ◦ green 36 ◦ blue 139

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

Shades of Ultramarine #14248B

Tints of Ultramarine #14248B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.46%

 BLUE value IS 139 (54.69% from 255) = 71.28%

R = 10.26%
G = 18.46%
B = 71.28%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14248B (or 0x14248B) is known color: Ultramarine. HEX triplet: 14, 24 and 8B. RGB value is (20,36,139). Sum of RGB (Red+Green+Blue) = 20+36+139=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 139 (54.69% from 255 or 71.28% from 195); Max value from RGB is 139 - color contains mainly: blue. Hex color #14248B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14248B is #EBDB74. Grayscale: #2A2A2A. Windows color (decimal): -15457141 or 9118740. OLE color: 9118740.

HSL color Cylindrical-coordinate representation of color #14248B: hue angle of 231.93º 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 #14248B is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 36 139 -
CMYK 0.86 0.74 0 0.45
HSL 231.93º 0.75% 0.31% -
HSV(B) 231.93º 0.86% 0.55% -
XYZ 5.58 3.27 24.76 -
YUV 42.96 182.2 111.62 -
System Red Green Blue C M Y K H S L
Decimal 20 36 139 0.86 0.74 0 0.45 231.93 0.75 0.31
Hex 14 24 8B 56 4A 0 2D E8 4B 1F
Octal 24 44 213 126 112 0 55 350 113 37
Binary 10100 100100 10001011 1010110 1001010 0 101101 11101000 1001011 11111

Color Harmonies of #14248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14248B

Black with #14248B

Text Example


Text Example

White with #14248B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,36,139); }

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

background-color css

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

 a { background-color: rgb(20,36,139); }

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

border-color css

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

 span { border-color: rgb(20,36,139); }

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