Html Css Color HEX #141CA3 Ultramarine

📋 copy color: '#141CA3'

red 20 ◦ green 28 ◦ blue 163

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

Shades of Ultramarine #141CA3

Tints of Ultramarine #141CA3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.27%

 BLUE value IS 163 (64.06% from 255) = 77.25%

R = 9.48%
G = 13.27%
B = 77.25%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#141CA3 (or 0x141CA3) is known color: Ultramarine. HEX triplet: 14, 1C and A3. RGB value is (20,28,163). Sum of RGB (Red+Green+Blue) = 20+28+163=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 163 (64.06% from 255 or 77.25% from 211); Max value from RGB is 163 - color contains mainly: blue. Hex color #141CA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141CA3 is #EBE35C. Grayscale: #282828. Windows color (decimal): -15459165 or 10689556. OLE color: 10689556.

HSL color Cylindrical-coordinate representation of color #141CA3: hue angle of 236.64º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141CA3 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 28 163 -
CMYK 0.88 0.83 0 0.36
HSL 236.64º 0.78% 0.36% -
HSV(B) 236.64º 0.88% 0.64% -
XYZ 7.31 3.62 34.96 -
YUV 41 196.85 113.02 -
System Red Green Blue C M Y K H S L
Decimal 20 28 163 0.88 0.83 0 0.36 236.64 0.78 0.36
Hex 14 1C A3 58 53 0 24 ED 4E 24
Octal 24 34 243 130 123 0 44 355 116 44
Binary 10100 11100 10100011 1011000 1010011 0 100100 11101101 1001110 100100

Color Harmonies of #141CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141CA3

Black with #141CA3

Text Example


Text Example

White with #141CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141CA3; }

 p { color: rgb(20,28,163); }

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

background-color css

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

 a { background-color: rgb(20,28,163); }

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

border-color css

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

 span { border-color: rgb(20,28,163); }

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