Html Css Color HEX #230295 Ultramarine

📋 copy color: '#230295'

red 35 ◦ green 2 ◦ blue 149

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

Shades of Ultramarine #230295

Tints of Ultramarine #230295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

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

R = 18.82%
G = 1.08%
B = 80.11%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#230295 (or 0x230295) is known color: Ultramarine. HEX triplet: 23, 02 and 95. RGB value is (35,2,149). Sum of RGB (Red+Green+Blue) = 35+2+149=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 149 (58.59% from 255 or 80.11% from 186); Max value from RGB is 149 - color contains mainly: blue. Hex color #230295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230295 is #DCFD6A. Grayscale: #1C1C1C. Windows color (decimal): -14482795 or 9765411. OLE color: 9765411.

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

Color convert

RGB 35 2 149 -
CMYK 0.77 0.99 0 0.42
HSL 253.47º 0.97% 0.3% -
HSV(B) 253.47º 0.99% 0.58% -
XYZ 6.14 2.57 28.61 -
YUV 28.63 195.93 132.55 -
System Red Green Blue C M Y K H S L
Decimal 35 2 149 0.77 0.99 0 0.42 253.47 0.97 0.3
Hex 23 2 95 4D 63 0 2A FD 61 1E
Octal 43 2 225 115 143 0 52 375 141 36
Binary 100011 10 10010101 1001101 1100011 0 101010 11111101 1100001 11110

Color Harmonies of #230295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230295

Black with #230295

Text Example


Text Example

White with #230295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230295; }

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

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

background-color css

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

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

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

border-color css

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

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

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