#230A90

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

Shades of Ultramarine #230A90

Tints of Ultramarine #230A90

Color information

#230A90 (or 0x230A90) is unknown color: approx Ultramarine. HEX triplet: 23, 0A and 90. RGB value is (35,10,144). Sum of RGB (Red+Green+Blue) = 35+10+144=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 144 (56.64% from 255 or 76.19% from 189); Max value from RGB is 144 - color contains mainly: blue. Hex color #230A90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230A90 is #DCF56F. Grayscale: #202020. Windows color (decimal): -14480752 or 9439779. OLE color: 9439779.

HSL color Cylindrical-coordinate representation of color #230A90: hue angle of 251.19º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230A90 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3510144-
CMYK0.760.9300.44
HSL251.19º87.01%30.2%-
HSV(B)251.19º93.06%56.47%-
XYZ5.842.5926.58-
YUV32.75190.78129.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.52%
GREEN value IS 10 (4.30% from 255) = 5.29%
BLUE value IS 144 (56.64% from 255) = 76.19%
R=18.52%
G=5.29%
B=76.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35101440.760.9300.44251.1987.0130.2
Hex23A904C5D02Cfb571e
Octal431222011413505437312736
Binary10001110101001000010011001011101010110011111011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,10,144); }

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

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

 a { background-color: rgb(35,10,144); }

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

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

 span { border-color: rgb(35,10,144); }

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