Html Css Color HEX #231597 Ultramarine

📋 copy color: '#231597'

red 35 ◦ green 21 ◦ blue 151

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

Shades of Ultramarine #231597

Tints of Ultramarine #231597

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.14%

 BLUE value IS 151 (59.38% from 255) = 72.95%

R = 16.91%
G = 10.14%
B = 72.95%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#231597 (or 0x231597) is known color: Ultramarine. HEX triplet: 23, 15 and 97. RGB value is (35,21,151). Sum of RGB (Red+Green+Blue) = 35+21+151=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 151 (59.38% from 255 or 72.95% from 207); Max value from RGB is 151 - color contains mainly: blue. Hex color #231597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231597 is #DCEA68. Grayscale: #272727. Windows color (decimal): -14477929 or 9901347. OLE color: 9901347.

HSL color Cylindrical-coordinate representation of color #231597: hue angle of 246.46º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231597 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 35 21 151 -
CMYK 0.77 0.86 0 0.41
HSL 246.46º 0.76% 0.34% -
HSV(B) 246.46º 0.86% 0.59% -
XYZ 6.55 3.13 29.54 -
YUV 40.01 190.64 124.43 -
System Red Green Blue C M Y K H S L
Decimal 35 21 151 0.77 0.86 0 0.41 246.46 0.76 0.34
Hex 23 15 97 4D 56 0 29 F6 4C 22
Octal 43 25 227 115 126 0 51 366 114 42
Binary 100011 10101 10010111 1001101 1010110 0 101001 11110110 1001100 100010

Color Harmonies of #231597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231597

Black with #231597

Text Example


Text Example

White with #231597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231597; }

 p { color: rgb(35,21,151); }

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

background-color css

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

 a { background-color: rgb(35,21,151); }

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

border-color css

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

 span { border-color: rgb(35,21,151); }

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