Html Css Color HEX #231AAB Ultramarine

📋 copy color: '#231AAB'

red 35 ◦ green 26 ◦ blue 171

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

Shades of Ultramarine #231AAB

Tints of Ultramarine #231AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 73.71%

R = 15.09%
G = 11.21%
B = 73.71%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#231AAB (or 0x231AAB) is known color: Ultramarine. HEX triplet: 23, 1A and AB. RGB value is (35,26,171). Sum of RGB (Red+Green+Blue) = 35+26+171=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #231AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231AAB is #DCE554. Grayscale: #2C2C2C. Windows color (decimal): -14476629 or 11213347. OLE color: 11213347.

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

Color convert

RGB 35 26 171 -
CMYK 0.80 0.85 0 0.33
HSL 243.72º 0.74% 0.39% -
HSV(B) 243.72º 0.85% 0.67% -
XYZ 8.41 4.04 38.86 -
YUV 45.22 198.98 120.71 -
System Red Green Blue C M Y K H S L
Decimal 35 26 171 0.80 0.85 0 0.33 243.72 0.74 0.39
Hex 23 1A AB 50 55 0 21 F4 4A 27
Octal 43 32 253 120 125 0 41 364 112 47
Binary 100011 11010 10101011 1010000 1010101 0 100001 11110100 1001010 100111

Color Harmonies of #231AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231AAB

Black with #231AAB

Text Example


Text Example

White with #231AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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