#230e94

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

Shades of Ultramarine #230E94

Tints of Ultramarine #230E94

Color information

#230E94 (or 0x230E94) is unknown color: approx Ultramarine. HEX triplet: 23, 0E and 94. RGB value is (35,14,148). Sum of RGB (Red+Green+Blue) = 35+14+148=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 148 (58.20% from 255 or 75.13% from 197); Max value from RGB is 148 - color contains mainly: blue. Hex color #230E94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230E94 is #DCF16B. Grayscale: #232323. Windows color (decimal): -14479724 or 9702947. OLE color: 9702947.

HSL color Cylindrical-coordinate representation of color #230E94: hue angle of 249.4º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230E94 is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3514148-
CMYK0.760.9100.42
HSL249.4º82.72%31.76%-
HSV(B)249.4º90.54%58.04%-
XYZ6.22.8128.23-
YUV35.56191.46127.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.77%
GREEN value IS 14 (5.86% from 255) = 7.11%
BLUE value IS 148 (58.20% from 255) = 75.13%
R=17.77%
G=7.11%
B=75.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35141480.760.9100.42249.482.7231.76
Hex23E944C5B02Af95320
Octal431622411413305237112340
Binary100011111010010100100110010110110101010111110011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230e94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,14,148); }

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

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

 a { background-color: rgb(35,14,148); }

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

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

 span { border-color: rgb(35,14,148); }

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