Html Css Color HEX #141283 Ultramarine

📋 copy color: '#141283'

red 20 ◦ green 18 ◦ blue 131

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

Shades of Ultramarine #141283

Tints of Ultramarine #141283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.65%

 BLUE value IS 131 (51.56% from 255) = 77.51%

R = 11.83%
G = 10.65%
B = 77.51%

CMYK

 C value IS 0.85

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#141283 (or 0x141283) is known color: Ultramarine. HEX triplet: 14, 12 and 83. RGB value is (20,18,131). Sum of RGB (Red+Green+Blue) = 20+18+131=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 131 (51.56% from 255 or 77.51% from 169); Max value from RGB is 131 - color contains mainly: blue. Hex color #141283 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141283 is #EBED7C. Grayscale: #1F1F1F. Windows color (decimal): -15461757 or 8589844. OLE color: 8589844.

HSL color Cylindrical-coordinate representation of color #141283: hue angle of 241.06º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141283 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 18 131 -
CMYK 0.85 0.86 0 0.49
HSL 241.06º 0.76% 0.29% -
HSV(B) 241.06º 0.86% 0.51% -
XYZ 4.6 2.22 21.66 -
YUV 31.48 184.16 119.81 -
System Red Green Blue C M Y K H S L
Decimal 20 18 131 0.85 0.86 0 0.49 241.06 0.76 0.29
Hex 14 12 83 55 56 0 31 F1 4C 1D
Octal 24 22 203 125 126 0 61 361 114 35
Binary 10100 10010 10000011 1010101 1010110 0 110001 11110001 1001100 11101

Color Harmonies of #141283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141283

Black with #141283

Text Example


Text Example

White with #141283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141283; }

 p { color: rgb(20,18,131); }

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

background-color css

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

 a { background-color: rgb(20,18,131); }

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

border-color css

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

 span { border-color: rgb(20,18,131); }

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