#230187

Color #230187 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #230187

Tints of Ultramarine #230187

Color information

#230187 (or 0x230187) is unknown color: approx Ultramarine. HEX triplet: 23, 01 and 87. RGB value is (35,1,135). Sum of RGB (Red+Green+Blue) = 35+1+135=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 135 (53.12% from 255 or 78.95% from 171); Max value from RGB is 135 - color contains mainly: blue. Hex color #230187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230187 is #DCFE78. Grayscale: #191919. Windows color (decimal): -14483065 or 8847651. OLE color: 8847651.

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

Color convert

RGB351135-
CMYK0.740.9900.47
HSL255.22º98.53%26.67%-
HSV(B)255.22º99.26%52.94%-
XYZ5.082.1323.06-
YUV26.44189.26134.1-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.47%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 135 (53.12% from 255) = 78.95%
R=20.47%
G=0.58%
B=78.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3511350.740.9900.47255.2298.5326.67
Hex231874A6302Fff631b
Octal43120711214305737714333
Binary10001111000011110010101100011010111111111111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230187; }

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

 H1.HeaderClassName
 {
   color: #230187;
 }
 .AnyTagClassName
 {
   color: #230187;
 }
</style>
background-color css

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

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

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

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

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

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