Html Css Color HEX #231AAD Ultramarine

📋 copy color: '#231AAD'

red 35 ◦ green 26 ◦ blue 173

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

Shades of Ultramarine #231AAD

Tints of Ultramarine #231AAD

RGB

 RED value IS 35 (14.06% from 255) = 14.96%

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

 BLUE value IS 173 (67.97% from 255) = 73.93%

R = 14.96%
G = 11.11%
B = 73.93%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#231AAD (or 0x231AAD) is known color: Ultramarine. HEX triplet: 23, 1A and AD. RGB value is (35,26,173). Sum of RGB (Red+Green+Blue) = 35+26+173=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 173 (67.97% from 255 or 73.93% from 234); Max value from RGB is 173 - color contains mainly: blue. Hex color #231AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231AAD is #DCE552. Grayscale: #2C2C2C. Windows color (decimal): -14476627 or 11344419. OLE color: 11344419.

HSL color Cylindrical-coordinate representation of color #231AAD: hue angle of 243.67º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231AAD is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 26 173 -
CMYK 0.80 0.85 0 0.32
HSL 243.67º 0.74% 0.39% -
HSV(B) 243.67º 0.85% 0.68% -
XYZ 8.61 4.11 39.88 -
YUV 45.45 199.98 120.55 -
System Red Green Blue C M Y K H S L
Decimal 35 26 173 0.80 0.85 0 0.32 243.67 0.74 0.39
Hex 23 1A AD 50 55 0 20 F4 4A 27
Octal 43 32 255 120 125 0 40 364 112 47
Binary 100011 11010 10101101 1010000 1010101 0 100000 11110100 1001010 100111

Color Harmonies of #231AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231AAD

Black with #231AAD

Text Example


Text Example

White with #231AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231AAD; }

 p { color: rgb(35,26,173); }

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

background-color css

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

 a { background-color: rgb(35,26,173); }

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

border-color css

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

 span { border-color: rgb(35,26,173); }

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