Html Css Color HEX #230594 Ultramarine

📋 copy color: '#230594'

red 35 ◦ green 5 ◦ blue 148

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

Shades of Ultramarine #230594

Tints of Ultramarine #230594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 78.72%

R = 18.62%
G = 2.66%
B = 78.72%

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

#230594 (or 0x230594) is known color: Ultramarine. HEX triplet: 23, 05 and 94. RGB value is (35,5,148). Sum of RGB (Red+Green+Blue) = 35+5+148=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 148 (58.20% from 255 or 78.72% from 188); Max value from RGB is 148 - color contains mainly: blue. Hex color #230594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230594 is #DCFA6B. Grayscale: #1D1D1D. Windows color (decimal): -14482028 or 9700643. OLE color: 9700643.

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

Color convert

RGB 35 5 148 -
CMYK 0.76 0.97 0 0.42
HSL 252.59º 0.93% 0.3% -
HSV(B) 252.59º 0.97% 0.58% -
XYZ 6.09 2.6 28.2 -
YUV 30.27 194.44 131.37 -
System Red Green Blue C M Y K H S L
Decimal 35 5 148 0.76 0.97 0 0.42 252.59 0.93 0.3
Hex 23 5 94 4C 61 0 2A FD 5D 1E
Octal 43 5 224 114 141 0 52 375 135 36
Binary 100011 101 10010100 1001100 1100001 0 101010 11111101 1011101 11110

Color Harmonies of #230594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230594

Black with #230594

Text Example


Text Example

White with #230594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230594; }

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

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

background-color css

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

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

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

border-color css

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

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

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