Html Css Color HEX #230493 Ultramarine

📋 copy color: '#230493'

red 35 ◦ green 4 ◦ blue 147

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

Shades of Ultramarine #230493

Tints of Ultramarine #230493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 79.03%

R = 18.82%
G = 2.15%
B = 79.03%

CMYK

 C value IS 0.76

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#230493 (or 0x230493) is known color: Ultramarine. HEX triplet: 23, 04 and 93. RGB value is (35,4,147). Sum of RGB (Red+Green+Blue) = 35+4+147=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 147 (57.81% from 255 or 79.03% from 186); Max value from RGB is 147 - color contains mainly: blue. Hex color #230493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230493 is #DCFB6C. Grayscale: #1D1D1D. Windows color (decimal): -14482285 or 9634851. OLE color: 9634851.

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

Color convert

RGB 35 4 147 -
CMYK 0.76 0.97 0 0.42
HSL 253.01º 0.95% 0.3% -
HSV(B) 253.01º 0.97% 0.58% -
XYZ 6 2.55 27.78 -
YUV 29.57 194.27 131.87 -
System Red Green Blue C M Y K H S L
Decimal 35 4 147 0.76 0.97 0 0.42 253.01 0.95 0.3
Hex 23 4 93 4C 61 0 2A FD 5F 1E
Octal 43 4 223 114 141 0 52 375 137 36
Binary 100011 100 10010011 1001100 1100001 0 101010 11111101 1011111 11110

Color Harmonies of #230493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230493

Black with #230493

Text Example


Text Example

White with #230493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230493; }

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

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

background-color css

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

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

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

border-color css

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

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

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