#23149C

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

Shades of Ultramarine #23149C

Tints of Ultramarine #23149C

Color information

#23149C (or 0x23149C) is unknown color: approx Ultramarine. HEX triplet: 23, 14 and 9C. RGB value is (35,20,156). Sum of RGB (Red+Green+Blue) = 35+20+156=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #23149C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23149C is #DCEB63. Grayscale: #272727. Windows color (decimal): -14478180 or 10228771. OLE color: 10228771.

HSL color Cylindrical-coordinate representation of color #23149C: hue angle of 246.62º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #23149C is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3520156-
CMYK0.780.8700.39
HSL246.62º77.27%34.51%-
HSV(B)246.62º87.18%61.18%-
XYZ6.943.2631.72-
YUV39.99193.47124.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.59%
GREEN value IS 20 (8.20% from 255) = 9.48%
BLUE value IS 156 (61.33% from 255) = 73.93%
R=16.59%
G=9.48%
B=73.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal35201560.780.8700.39246.6277.2734.51
Hex23149C4E57027f74d23
Octal432423411612704736711543
Binary1000111010010011100100111010101110100111111101111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23149C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23149C; }

 p { color: rgb(35,20,156); }

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

<style>
 a { background-color: #23149C; }

 a { background-color: rgb(35,20,156); }

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

<style>
 span { border-color: #23149C; }

 span { border-color: rgb(35,20,156); }

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