Html Css Color HEX #231695 Ultramarine

📋 copy color: '#231695'

red 35 ◦ green 22 ◦ blue 149

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

Shades of Ultramarine #231695

Tints of Ultramarine #231695

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.68%

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

R = 16.99%
G = 10.68%
B = 72.33%

CMYK

 C value IS 0.77

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#231695 (or 0x231695) is known color: Ultramarine. HEX triplet: 23, 16 and 95. RGB value is (35,22,149). Sum of RGB (Red+Green+Blue) = 35+22+149=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #231695 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231695 is #DCE96A. Grayscale: #272727. Windows color (decimal): -14477675 or 9770531. OLE color: 9770531.

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

Color convert

RGB 35 22 149 -
CMYK 0.77 0.85 0 0.42
HSL 246.14º 0.74% 0.34% -
HSV(B) 246.14º 0.85% 0.58% -
XYZ 6.4 3.1 28.69 -
YUV 40.37 189.31 124.17 -
System Red Green Blue C M Y K H S L
Decimal 35 22 149 0.77 0.85 0 0.42 246.14 0.74 0.34
Hex 23 16 95 4D 55 0 2A F6 4A 22
Octal 43 26 225 115 125 0 52 366 112 42
Binary 100011 10110 10010101 1001101 1010101 0 101010 11110110 1001010 100010

Color Harmonies of #231695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231695

Black with #231695

Text Example


Text Example

White with #231695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231695; }

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

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

background-color css

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

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

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

border-color css

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

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

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