Html Css Color HEX #230991 Ultramarine

📋 copy color: '#230991'

red 35 ◦ green 9 ◦ blue 145

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

Shades of Ultramarine #230991

Tints of Ultramarine #230991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.76%

 BLUE value IS 145 (57.03% from 255) = 76.72%

R = 18.52%
G = 4.76%
B = 76.72%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#230991 (or 0x230991) is known color: Ultramarine. HEX triplet: 23, 09 and 91. RGB value is (35,9,145). Sum of RGB (Red+Green+Blue) = 35+9+145=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 145 (57.03% from 255 or 76.72% from 189); Max value from RGB is 145 - color contains mainly: blue. Hex color #230991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230991 is #DCF66E. Grayscale: #1F1F1F. Windows color (decimal): -14481007 or 9505059. OLE color: 9505059.

HSL color Cylindrical-coordinate representation of color #230991: hue angle of 251.47º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230991 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 9 145 -
CMYK 0.76 0.94 0 0.43
HSL 251.47º 0.88% 0.3% -
HSV(B) 251.47º 0.94% 0.57% -
XYZ 5.9 2.6 26.98 -
YUV 32.28 191.61 129.94 -
System Red Green Blue C M Y K H S L
Decimal 35 9 145 0.76 0.94 0 0.43 251.47 0.88 0.3
Hex 23 9 91 4C 5E 0 2B FB 58 1E
Octal 43 11 221 114 136 0 53 373 130 36
Binary 100011 1001 10010001 1001100 1011110 0 101011 11111011 1011000 11110

Color Harmonies of #230991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230991

Black with #230991

Text Example


Text Example

White with #230991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230991; }

 p { color: rgb(35,9,145); }

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

background-color css

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

 a { background-color: rgb(35,9,145); }

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

border-color css

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

 span { border-color: rgb(35,9,145); }

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