Html Css Color HEX #231C93 Ultramarine

📋 copy color: '#231C93'

red 35 ◦ green 28 ◦ blue 147

#231C93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #231C93

Tints of Ultramarine #231C93

RGB

 RED value IS 35 (14.06% from 255) = 16.67%

 GREEN value IS 28 (11.33% from 255) = 13.33%

 BLUE value IS 147 (57.81% from 255) = 70%

R = 16.67%
G = 13.33%
B = 70%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#231C93 (or 0x231C93) is known color: Ultramarine. HEX triplet: 23, 1C and 93. RGB value is (35,28,147). Sum of RGB (Red+Green+Blue) = 35+28+147=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #231C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231C93 is #DCE36C. Grayscale: #2B2B2B. Windows color (decimal): -14476141 or 9640995. OLE color: 9640995.

HSL color Cylindrical-coordinate representation of color #231C93: hue angle of 243.53º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #231C93 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 28 147 -
CMYK 0.76 0.81 0 0.42
HSL 243.53º 0.68% 0.34% -
HSV(B) 243.53º 0.81% 0.58% -
XYZ 6.37 3.29 27.9 -
YUV 43.66 186.32 121.82 -
System Red Green Blue C M Y K H S L
Decimal 35 28 147 0.76 0.81 0 0.42 243.53 0.68 0.34
Hex 23 1C 93 4C 51 0 2A F4 44 22
Octal 43 34 223 114 121 0 52 364 104 42
Binary 100011 11100 10010011 1001100 1010001 0 101010 11110100 1000100 100010

Color Harmonies of #231C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C93

Black with #231C93

Text Example


Text Example

White with #231C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,28,147); }

 H1.HeaderClassName
 {
   color: #231C93;
 }
 .AnyTagClassName
 {
   color: #231C93;
 }
</style>

background-color css

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

 a { background-color: rgb(35,28,147); }

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

border-color css

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

 span { border-color: rgb(35,28,147); }

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