Html Css Color HEX #230491 Ultramarine

📋 copy color: '#230491'

red 35 ◦ green 4 ◦ blue 145

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

Shades of Ultramarine #230491

Tints of Ultramarine #230491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.17%

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

R = 19.02%
G = 2.17%
B = 78.8%

CMYK

 C value IS 0.76

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#230491 (or 0x230491) is known color: Ultramarine. HEX triplet: 23, 04 and 91. RGB value is (35,4,145). Sum of RGB (Red+Green+Blue) = 35+4+145=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 145 (57.03% from 255 or 78.80% from 184); Max value from RGB is 145 - color contains mainly: blue. Hex color #230491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230491 is #DCFB6E. Grayscale: #1C1C1C. Windows color (decimal): -14482287 or 9503779. OLE color: 9503779.

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

Color convert

RGB 35 4 145 -
CMYK 0.76 0.97 0 0.43
HSL 253.19º 0.95% 0.29% -
HSV(B) 253.19º 0.97% 0.57% -
XYZ 5.85 2.49 26.96 -
YUV 29.34 193.27 132.04 -
System Red Green Blue C M Y K H S L
Decimal 35 4 145 0.76 0.97 0 0.43 253.19 0.95 0.29
Hex 23 4 91 4C 61 0 2B FD 5F 1D
Octal 43 4 221 114 141 0 53 375 137 35
Binary 100011 100 10010001 1001100 1100001 0 101011 11111101 1011111 11101

Color Harmonies of #230491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230491

Black with #230491

Text Example


Text Example

White with #230491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230491; }

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

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

background-color css

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

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

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

border-color css

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

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

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