Html Css Color HEX #181A85 Ultramarine

📋 copy color: '#181A85'

red 24 ◦ green 26 ◦ blue 133

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

Shades of Ultramarine #181A85

Tints of Ultramarine #181A85

RGB

 RED value IS 24 (9.77% from 255) = 13.11%

 GREEN value IS 26 (10.55% from 255) = 14.21%

 BLUE value IS 133 (52.34% from 255) = 72.68%

R = 13.11%
G = 14.21%
B = 72.68%

CMYK

 C value IS 0.82

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#181A85 (or 0x181A85) is known color: Ultramarine. HEX triplet: 18, 1A and 85. RGB value is (24,26,133). Sum of RGB (Red+Green+Blue) = 24+26+133=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 133 (52.34% from 255 or 72.68% from 183); Max value from RGB is 133 - color contains mainly: blue. Hex color #181A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181A85 is #E7E57A. Grayscale: #252525. Windows color (decimal): -15197563 or 8722968. OLE color: 8722968.

HSL color Cylindrical-coordinate representation of color #181A85: hue angle of 238.9º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #181A85 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 26 133 -
CMYK 0.82 0.80 0 0.48
HSL 238.9º 0.69% 0.31% -
HSV(B) 238.9º 0.82% 0.52% -
XYZ 4.98 2.63 22.43 -
YUV 37.6 181.84 118.3 -
System Red Green Blue C M Y K H S L
Decimal 24 26 133 0.82 0.80 0 0.48 238.9 0.69 0.31
Hex 18 1A 85 52 50 0 30 EF 45 1F
Octal 30 32 205 122 120 0 60 357 105 37
Binary 11000 11010 10000101 1010010 1010000 0 110000 11101111 1000101 11111

Color Harmonies of #181A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181A85

Black with #181A85

Text Example


Text Example

White with #181A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181A85; }

 p { color: rgb(24,26,133); }

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

background-color css

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

 a { background-color: rgb(24,26,133); }

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

border-color css

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

 span { border-color: rgb(24,26,133); }

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