Html Css Color HEX #161CA4 Ultramarine

📋 copy color: '#161CA4'

red 22 ◦ green 28 ◦ blue 164

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

Shades of Ultramarine #161CA4

Tints of Ultramarine #161CA4

RGB

 RED value IS 22 (8.98% from 255) = 10.28%

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

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

R = 10.28%
G = 13.08%
B = 76.64%

CMYK

 C value IS 0.87

 M value IS 0.83

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#161CA4 (or 0x161CA4) is known color: Ultramarine. HEX triplet: 16, 1C and A4. RGB value is (22,28,164). Sum of RGB (Red+Green+Blue) = 22+28+164=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 164 (64.45% from 255 or 76.64% from 214); Max value from RGB is 164 - color contains mainly: blue. Hex color #161CA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161CA4 is #E9E35B. Grayscale: #292929. Windows color (decimal): -15328092 or 10755094. OLE color: 10755094.

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

Color convert

RGB 22 28 164 -
CMYK 0.87 0.83 0 0.36
HSL 237.46º 0.76% 0.36% -
HSV(B) 237.46º 0.87% 0.64% -
XYZ 7.45 3.68 35.44 -
YUV 41.71 197.01 113.94 -
System Red Green Blue C M Y K H S L
Decimal 22 28 164 0.87 0.83 0 0.36 237.46 0.76 0.36
Hex 16 1C A4 57 53 0 24 ED 4C 24
Octal 26 34 244 127 123 0 44 355 114 44
Binary 10110 11100 10100100 1010111 1010011 0 100100 11101101 1001100 100100

Color Harmonies of #161CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161CA4

Black with #161CA4

Text Example


Text Example

White with #161CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161CA4; }

 p { color: rgb(22,28,164); }

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

background-color css

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

 a { background-color: rgb(22,28,164); }

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

border-color css

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

 span { border-color: rgb(22,28,164); }

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