#230D87

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

Shades of Ultramarine #230D87

Tints of Ultramarine #230D87

Color information

#230D87 (or 0x230D87) is unknown color: approx Ultramarine. HEX triplet: 23, 0D and 87. RGB value is (35,13,135). Sum of RGB (Red+Green+Blue) = 35+13+135=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 135 (53.12% from 255 or 73.77% from 183); Max value from RGB is 135 - color contains mainly: blue. Hex color #230D87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230D87 is #DCF278. Grayscale: #212121. Windows color (decimal): -14479993 or 8850723. OLE color: 8850723.

HSL color Cylindrical-coordinate representation of color #230D87: hue angle of 250.82º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #230D87 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3513135-
CMYK0.740.9000.47
HSL250.82º82.43%29.02%-
HSV(B)250.82º90.37%52.94%-
XYZ5.212.3923.11-
YUV33.49185.29129.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.13%
GREEN value IS 13 (5.47% from 255) = 7.10%
BLUE value IS 135 (53.12% from 255) = 73.77%
R=19.13%
G=7.10%
B=73.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal35131350.740.9000.47250.8282.4329.02
Hex23D874A5A02Ffb521d
Octal431520711213205737312235
Binary10001111011000011110010101011010010111111111011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230D87; }

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

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

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

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

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

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

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

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