#230C9D

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

Shades of Ultramarine #230C9D

Tints of Ultramarine #230C9D

Color information

#230C9D (or 0x230C9D) is unknown color: approx Ultramarine. HEX triplet: 23, 0C and 9D. RGB value is (35,12,157). Sum of RGB (Red+Green+Blue) = 35+12+157=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 157 (61.72% from 255 or 76.96% from 204); Max value from RGB is 157 - color contains mainly: blue. Hex color #230C9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230C9D is #DCF362. Grayscale: #222222. Windows color (decimal): -14480227 or 10292259. OLE color: 10292259.

HSL color Cylindrical-coordinate representation of color #230C9D: hue angle of 249.52º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #230C9D is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3512157-
CMYK0.780.9200.38
HSL249.52º85.8%33.14%-
HSV(B)249.52º92.36%61.57%-
XYZ6.913.0532.12-
YUV35.41196.62127.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.16%
GREEN value IS 12 (5.08% from 255) = 5.88%
BLUE value IS 157 (61.72% from 255) = 76.96%
R=17.16%
G=5.88%
B=76.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal35121570.780.9200.38249.5285.833.14
Hex23C9D4E5C026fa5621
Octal431423511613404637212641
Binary100011110010011101100111010111000100110111110101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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