#230CA1

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

Shades of Ultramarine #230CA1

Tints of Ultramarine #230CA1

Color information

#230CA1 (or 0x230CA1) is unknown color: approx Ultramarine. HEX triplet: 23, 0C and A1. RGB value is (35,12,161). Sum of RGB (Red+Green+Blue) = 35+12+161=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 161 (63.28% from 255 or 77.40% from 208); Max value from RGB is 161 - color contains mainly: blue. Hex color #230CA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230CA1 is #DCF35E. Grayscale: #232323. Windows color (decimal): -14480223 or 10554403. OLE color: 10554403.

HSL color Cylindrical-coordinate representation of color #230CA1: hue angle of 249.26º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230CA1 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3512161-
CMYK0.780.9300.37
HSL249.26º86.13%33.92%-
HSV(B)249.26º92.55%63.14%-
XYZ7.263.1933.95-
YUV35.86198.62127.38-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.83%
GREEN value IS 12 (5.08% from 255) = 5.77%
BLUE value IS 161 (63.28% from 255) = 77.40%
R=16.83%
G=5.77%
B=77.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal35121610.780.9300.37249.2686.1333.92
Hex23CA14E5D025f95622
Octal431424111613504537112642
Binary100011110010100001100111010111010100101111110011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,12,161); }

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

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

 a { background-color: rgb(35,12,161); }

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

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

 span { border-color: rgb(35,12,161); }

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