#230D9E

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

Shades of Ultramarine #230D9E

Tints of Ultramarine #230D9E

Color information

#230D9E (or 0x230D9E) is unknown color: approx Ultramarine. HEX triplet: 23, 0D and 9E. RGB value is (35,13,158). Sum of RGB (Red+Green+Blue) = 35+13+158=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 158 (62.11% from 255 or 76.70% from 206); Max value from RGB is 158 - color contains mainly: blue. Hex color #230D9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230D9E is #DCF261. Grayscale: #232323. Windows color (decimal): -14479970 or 10358051. OLE color: 10358051.

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

Color convert

RGB3513158-
CMYK0.780.9200.38
HSL249.1º84.8%33.53%-
HSV(B)249.1º91.77%61.96%-
XYZ7.013.1132.58-
YUV36.11196.79127.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.99%
GREEN value IS 13 (5.47% from 255) = 6.31%
BLUE value IS 158 (62.11% from 255) = 76.70%
R=16.99%
G=6.31%
B=76.70%

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
Decimal35131580.780.9200.38249.184.833.53
Hex23D9E4E5C026f95522
Octal431523611613404637112542
Binary100011110110011110100111010111000100110111110011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,13,158); }

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

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

 a { background-color: rgb(35,13,158); }

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

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

 span { border-color: rgb(35,13,158); }

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