Html Css Color HEX #140183 Ultramarine

📋 copy color: '#140183'

red 20 ◦ green 1 ◦ blue 131

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

Shades of Ultramarine #140183

Tints of Ultramarine #140183

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 13.16%
G = 0.66%
B = 86.18%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#140183 (or 0x140183) is known color: Ultramarine. HEX triplet: 14, 01 and 83. RGB value is (20,1,131). Sum of RGB (Red+Green+Blue) = 20+1+131=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 131 (51.56% from 255 or 86.18% from 152); Max value from RGB is 131 - color contains mainly: blue. Hex color #140183 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140183 is #EBFE7C. Grayscale: #151515. Windows color (decimal): -15466109 or 8585492. OLE color: 8585492.

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

Color convert

RGB 20 1 131 -
CMYK 0.85 0.99 0 0.49
HSL 248.77º 0.98% 0.26% -
HSV(B) 248.77º 0.99% 0.51% -
XYZ 4.4 1.81 21.59 -
YUV 21.5 189.79 126.93 -
System Red Green Blue C M Y K H S L
Decimal 20 1 131 0.85 0.99 0 0.49 248.77 0.98 0.26
Hex 14 1 83 55 63 0 31 F9 62 1A
Octal 24 1 203 125 143 0 61 371 142 32
Binary 10100 1 10000011 1010101 1100011 0 110001 11111001 1100010 11010

Color Harmonies of #140183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140183

Black with #140183

Text Example


Text Example

White with #140183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140183; }

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

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

background-color css

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

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

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

border-color css

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

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

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