Html Css Color HEX #230595 Ultramarine

📋 copy color: '#230595'

red 35 ◦ green 5 ◦ blue 149

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

Shades of Ultramarine #230595

Tints of Ultramarine #230595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.65%

 BLUE value IS 149 (58.59% from 255) = 78.84%

R = 18.52%
G = 2.65%
B = 78.84%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#230595 (or 0x230595) is known color: Ultramarine. HEX triplet: 23, 05 and 95. RGB value is (35,5,149). Sum of RGB (Red+Green+Blue) = 35+5+149=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 149 (58.59% from 255 or 78.84% from 189); Max value from RGB is 149 - color contains mainly: blue. Hex color #230595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230595 is #DCFA6A. Grayscale: #1D1D1D. Windows color (decimal): -14482027 or 9766179. OLE color: 9766179.

HSL color Cylindrical-coordinate representation of color #230595: hue angle of 252.5º degrees, saturation: 0.94, 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 #230595 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 5 149 -
CMYK 0.77 0.97 0 0.42
HSL 252.5º 0.94% 0.3% -
HSV(B) 252.5º 0.97% 0.58% -
XYZ 6.17 2.64 28.62 -
YUV 30.39 194.94 131.29 -
System Red Green Blue C M Y K H S L
Decimal 35 5 149 0.77 0.97 0 0.42 252.5 0.94 0.3
Hex 23 5 95 4D 61 0 2A FD 5E 1E
Octal 43 5 225 115 141 0 52 375 136 36
Binary 100011 101 10010101 1001101 1100001 0 101010 11111101 1011110 11110

Color Harmonies of #230595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230595

Black with #230595

Text Example


Text Example

White with #230595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230595; }

 p { color: rgb(35,5,149); }

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

background-color css

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

 a { background-color: rgb(35,5,149); }

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

border-color css

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

 span { border-color: rgb(35,5,149); }

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