Html Css Color HEX #231AA0 Ultramarine

📋 copy color: '#231AA0'

red 35 ◦ green 26 ◦ blue 160

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

Shades of Ultramarine #231AA0

Tints of Ultramarine #231AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 72.4%

R = 15.84%
G = 11.76%
B = 72.4%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#231AA0 (or 0x231AA0) is known color: Ultramarine. HEX triplet: 23, 1A and A0. RGB value is (35,26,160). Sum of RGB (Red+Green+Blue) = 35+26+160=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 160 (62.89% from 255 or 72.40% from 221); Max value from RGB is 160 - color contains mainly: blue. Hex color #231AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231AA0 is #DCE55F. Grayscale: #2B2B2B. Windows color (decimal): -14476640 or 10492451. OLE color: 10492451.

HSL color Cylindrical-coordinate representation of color #231AA0: hue angle of 244.03º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #231AA0 is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 35 26 160 -
CMYK 0.78 0.84 0 0.37
HSL 244.03º 0.72% 0.36% -
HSV(B) 244.03º 0.84% 0.63% -
XYZ 7.41 3.63 33.57 -
YUV 43.97 193.48 121.6 -
System Red Green Blue C M Y K H S L
Decimal 35 26 160 0.78 0.84 0 0.37 244.03 0.72 0.36
Hex 23 1A A0 4E 54 0 25 F4 48 24
Octal 43 32 240 116 124 0 45 364 110 44
Binary 100011 11010 10100000 1001110 1010100 0 100101 11110100 1001000 100100

Color Harmonies of #231AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231AA0

Black with #231AA0

Text Example


Text Example

White with #231AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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