Html Css Color HEX #231A9E Ultramarine

📋 copy color: '#231A9E'

red 35 ◦ green 26 ◦ blue 158

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

Shades of Ultramarine #231A9E

Tints of Ultramarine #231A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 72.15%

R = 15.98%
G = 11.87%
B = 72.15%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#231A9E (or 0x231A9E) is known color: Ultramarine. HEX triplet: 23, 1A and 9E. RGB value is (35,26,158). Sum of RGB (Red+Green+Blue) = 35+26+158=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 158 (62.11% from 255 or 72.15% from 219); Max value from RGB is 158 - color contains mainly: blue. Hex color #231A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231A9E is #DCE561. Grayscale: #2B2B2B. Windows color (decimal): -14476642 or 10361379. OLE color: 10361379.

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

Color convert

RGB 35 26 158 -
CMYK 0.78 0.84 0 0.38
HSL 244.09º 0.72% 0.36% -
HSV(B) 244.09º 0.84% 0.62% -
XYZ 7.23 3.56 32.65 -
YUV 43.74 192.48 121.77 -
System Red Green Blue C M Y K H S L
Decimal 35 26 158 0.78 0.84 0 0.38 244.09 0.72 0.36
Hex 23 1A 9E 4E 54 0 26 F4 48 24
Octal 43 32 236 116 124 0 46 364 110 44
Binary 100011 11010 10011110 1001110 1010100 0 100110 11110100 1001000 100100

Color Harmonies of #231A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A9E

Black with #231A9E

Text Example


Text Example

White with #231A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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