Html Css Color HEX #232095 Ultramarine

📋 copy color: '#232095'

red 35 ◦ green 32 ◦ blue 149

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

Shades of Ultramarine #232095

Tints of Ultramarine #232095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.81%

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

R = 16.2%
G = 14.81%
B = 68.98%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#232095 (or 0x232095) is known color: Ultramarine. HEX triplet: 23, 20 and 95. RGB value is (35,32,149). Sum of RGB (Red+Green+Blue) = 35+32+149=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #232095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232095 is #DCDF6A. Grayscale: #2D2D2D. Windows color (decimal): -14475115 or 9773091. OLE color: 9773091.

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

Color convert

RGB 35 32 149 -
CMYK 0.77 0.79 0 0.42
HSL 241.54º 0.65% 0.35% -
HSV(B) 241.54º 0.79% 0.58% -
XYZ 6.63 3.56 28.77 -
YUV 46.24 185.99 119.99 -
System Red Green Blue C M Y K H S L
Decimal 35 32 149 0.77 0.79 0 0.42 241.54 0.65 0.35
Hex 23 20 95 4D 4F 0 2A F2 41 23
Octal 43 40 225 115 117 0 52 362 101 43
Binary 100011 100000 10010101 1001101 1001111 0 101010 11110010 1000001 100011

Color Harmonies of #232095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232095

Black with #232095

Text Example


Text Example

White with #232095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232095; }

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

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

background-color css

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

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

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

border-color css

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

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

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