#230099

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

Shades of Ultramarine #230099

Tints of Ultramarine #230099

Color information

#230099 (or 0x230099) is unknown color: approx Ultramarine. HEX triplet: 23, 00 and 99. RGB value is (35,0,153). Sum of RGB (Red+Green+Blue) = 35+0+153=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 153 (60.16% from 255 or 81.38% from 188); Max value from RGB is 153 - color contains mainly: blue. Hex color #230099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230099 is #DCFF66. Grayscale: #1B1B1B. Windows color (decimal): -14483303 or 10027043. OLE color: 10027043.

HSL color Cylindrical-coordinate representation of color #230099: hue angle of 253.73º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230099 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB350153-
CMYK0.77100.4
HSL253.73º100%30%-
HSV(B)253.73º100%60%-
XYZ6.442.6630.31-
YUV27.91198.6133.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 81.38%
R=18.62%
G=0%
B=81.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal3501530.77100.4253.7310030
Hex230994D64028fe641e
Octal43023111514405037614436
Binary10001101001100110011011100100010100011111110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230099; }

 p { color: rgb(35,0,153); }

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

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

 a { background-color: rgb(35,0,153); }

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

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

 span { border-color: rgb(35,0,153); }

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