Html Css Color HEX #231A90 Ultramarine

📋 copy color: '#231A90'

red 35 ◦ green 26 ◦ blue 144

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

Shades of Ultramarine #231A90

Tints of Ultramarine #231A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 70.24%

R = 17.07%
G = 12.68%
B = 70.24%

CMYK

 C value IS 0.76

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#231A90 (or 0x231A90) is known color: Ultramarine. HEX triplet: 23, 1A and 90. RGB value is (35,26,144). Sum of RGB (Red+Green+Blue) = 35+26+144=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 144 (56.64% from 255 or 70.24% from 205); Max value from RGB is 144 - color contains mainly: blue. Hex color #231A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231A90 is #DCE56F. Grayscale: #292929. Windows color (decimal): -14476656 or 9443875. OLE color: 9443875.

HSL color Cylindrical-coordinate representation of color #231A90: hue angle of 244.58º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #231A90 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 26 144 -
CMYK 0.76 0.82 0 0.44
HSL 244.58º 0.69% 0.33% -
HSV(B) 244.58º 0.82% 0.56% -
XYZ 6.1 3.11 26.66 -
YUV 42.14 185.48 122.91 -
System Red Green Blue C M Y K H S L
Decimal 35 26 144 0.76 0.82 0 0.44 244.58 0.69 0.33
Hex 23 1A 90 4C 52 0 2C F5 45 21
Octal 43 32 220 114 122 0 54 365 105 41
Binary 100011 11010 10010000 1001100 1010010 0 101100 11110101 1000101 100001

Color Harmonies of #231A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A90

Black with #231A90

Text Example


Text Example

White with #231A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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