Html Css Color HEX #231AAA Ultramarine

📋 copy color: '#231AAA'

red 35 ◦ green 26 ◦ blue 170

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

Shades of Ultramarine #231AAA

Tints of Ultramarine #231AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 73.59%

R = 15.15%
G = 11.26%
B = 73.59%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#231AAA (or 0x231AAA) is known color: Ultramarine. HEX triplet: 23, 1A and AA. RGB value is (35,26,170). Sum of RGB (Red+Green+Blue) = 35+26+170=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 170 (66.80% from 255 or 73.59% from 231); Max value from RGB is 170 - color contains mainly: blue. Hex color #231AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231AAA is #DCE555. Grayscale: #2C2C2C. Windows color (decimal): -14476630 or 11147811. OLE color: 11147811.

HSL color Cylindrical-coordinate representation of color #231AAA: hue angle of 243.75º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231AAA is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 26 170 -
CMYK 0.79 0.85 0 0.33
HSL 243.75º 0.73% 0.38% -
HSV(B) 243.75º 0.85% 0.67% -
XYZ 8.32 4 38.36 -
YUV 45.11 198.48 120.79 -
System Red Green Blue C M Y K H S L
Decimal 35 26 170 0.79 0.85 0 0.33 243.75 0.73 0.38
Hex 23 1A AA 4F 55 0 21 F4 49 26
Octal 43 32 252 117 125 0 41 364 111 46
Binary 100011 11010 10101010 1001111 1010101 0 100001 11110100 1001001 100110

Color Harmonies of #231AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231AAA

Black with #231AAA

Text Example


Text Example

White with #231AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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