#231BA4

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

Shades of Ultramarine #231BA4

Tints of Ultramarine #231BA4

Color information

#231BA4 (or 0x231BA4) is unknown color: approx Ultramarine. HEX triplet: 23, 1B and A4. RGB value is (35,27,164). Sum of RGB (Red+Green+Blue) = 35+27+164=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 164 (64.45% from 255 or 72.57% from 226); Max value from RGB is 164 - color contains mainly: blue. Hex color #231BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231BA4 is #DCE45B. Grayscale: #2C2C2C. Windows color (decimal): -14476380 or 10754851. OLE color: 10754851.

HSL color Cylindrical-coordinate representation of color #231BA4: hue angle of 243.5º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #231BA4 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3527164-
CMYK0.790.8400.36
HSL243.5º71.73%37.45%-
HSV(B)243.5º83.54%64.31%-
XYZ7.793.8235.45-
YUV45.01195.15120.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.49%
GREEN value IS 27 (10.94% from 255) = 11.95%
BLUE value IS 164 (64.45% from 255) = 72.57%
R=15.49%
G=11.95%
B=72.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal35271640.790.8400.36243.571.7337.45
Hex231BA44F54024f44825
Octal433324411712404436411045
Binary1000111101110100100100111110101000100100111101001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231BA4; }

 p { color: rgb(35,27,164); }

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

<style>
 a { background-color: #231BA4; }

 a { background-color: rgb(35,27,164); }

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

<style>
 span { border-color: #231BA4; }

 span { border-color: rgb(35,27,164); }

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