#2300A0

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

Shades of Ultramarine #2300A0

Tints of Ultramarine #2300A0

Color information

#2300A0 (or 0x2300A0) is unknown color: approx Ultramarine. HEX triplet: 23, 00 and A0. RGB value is (35,0,160). Sum of RGB (Red+Green+Blue) = 35+0+160=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 160 (62.89% from 255 or 82.05% from 195); Max value from RGB is 160 - color contains mainly: blue. Hex color #2300A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2300A0 is #DCFF5F. Grayscale: #1C1C1C. Windows color (decimal): -14483296 or 10485795. OLE color: 10485795.

HSL color Cylindrical-coordinate representation of color #2300A0: hue angle of 253.12º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2300A0 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB350160-
CMYK0.78100.37
HSL253.12º100%31.37%-
HSV(B)253.12º100%62.75%-
XYZ7.042.933.45-
YUV28.7202.1132.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 160 (62.89% from 255) = 82.05%
R=17.95%
G=0%
B=82.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal3501600.78100.37253.1210031.37
Hex230A04E64025fd641f
Octal43024011614404537514437
Binary10001101010000010011101100100010010111111101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2300A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2300A0; }

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

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

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

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

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

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

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

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