Html Css Color HEX #141BA4 Ultramarine

📋 copy color: '#141BA4'

red 20 ◦ green 27 ◦ blue 164

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

Shades of Ultramarine #141BA4

Tints of Ultramarine #141BA4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.8%

 BLUE value IS 164 (64.45% from 255) = 77.73%

R = 9.48%
G = 12.8%
B = 77.73%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#141BA4 (or 0x141BA4) is known color: Ultramarine. HEX triplet: 14, 1B and A4. RGB value is (20,27,164). Sum of RGB (Red+Green+Blue) = 20+27+164=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 164 (64.45% from 255 or 77.73% from 211); Max value from RGB is 164 - color contains mainly: blue. Hex color #141BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141BA4 is #EBE45B. Grayscale: #272727. Windows color (decimal): -15459420 or 10754836. OLE color: 10754836.

HSL color Cylindrical-coordinate representation of color #141BA4: hue angle of 237.08º 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 #141BA4 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 27 164 -
CMYK 0.88 0.84 0 0.36
HSL 237.08º 0.78% 0.36% -
HSV(B) 237.08º 0.88% 0.64% -
XYZ 7.38 3.61 35.43 -
YUV 40.53 197.68 113.36 -
System Red Green Blue C M Y K H S L
Decimal 20 27 164 0.88 0.84 0 0.36 237.08 0.78 0.36
Hex 14 1B A4 58 54 0 24 ED 4E 24
Octal 24 33 244 130 124 0 44 355 116 44
Binary 10100 11011 10100100 1011000 1010100 0 100100 11101101 1001110 100100

Color Harmonies of #141BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141BA4

Black with #141BA4

Text Example


Text Example

White with #141BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,27,164); }

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

background-color css

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

 a { background-color: rgb(20,27,164); }

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

border-color css

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

 span { border-color: rgb(20,27,164); }

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