Html Css Color HEX #231087 Ultramarine

📋 copy color: '#231087'

red 35 ◦ green 16 ◦ blue 135

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

Shades of Ultramarine #231087

Tints of Ultramarine #231087

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.6%

 BLUE value IS 135 (53.13% from 255) = 72.58%

R = 18.82%
G = 8.6%
B = 72.58%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#231087 (or 0x231087) is known color: Ultramarine. HEX triplet: 23, 10 and 87. RGB value is (35,16,135). Sum of RGB (Red+Green+Blue) = 35+16+135=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 135 (53.12% from 255 or 72.58% from 186); Max value from RGB is 135 - color contains mainly: blue. Hex color #231087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231087 is #DCEF78. Grayscale: #222222. Windows color (decimal): -14479225 or 8851491. OLE color: 8851491.

HSL color Cylindrical-coordinate representation of color #231087: hue angle of 249.58º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231087 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 16 135 -
CMYK 0.74 0.88 0 0.47
HSL 249.58º 0.79% 0.3% -
HSV(B) 249.58º 0.88% 0.53% -
XYZ 5.25 2.48 23.12 -
YUV 35.25 184.29 127.82 -
System Red Green Blue C M Y K H S L
Decimal 35 16 135 0.74 0.88 0 0.47 249.58 0.79 0.3
Hex 23 10 87 4A 58 0 2F FA 4F 1E
Octal 43 20 207 112 130 0 57 372 117 36
Binary 100011 10000 10000111 1001010 1011000 0 101111 11111010 1001111 11110

Color Harmonies of #231087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231087

Black with #231087

Text Example


Text Example

White with #231087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231087; }

 p { color: rgb(35,16,135); }

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

background-color css

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

 a { background-color: rgb(35,16,135); }

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

border-color css

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

 span { border-color: rgb(35,16,135); }

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