Html Css Color HEX #231C94 Ultramarine

📋 copy color: '#231C94'

red 35 ◦ green 28 ◦ blue 148

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

Shades of Ultramarine #231C94

Tints of Ultramarine #231C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 70.14%

R = 16.59%
G = 13.27%
B = 70.14%

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

#231C94 (or 0x231C94) is known color: Ultramarine. HEX triplet: 23, 1C and 94. RGB value is (35,28,148). Sum of RGB (Red+Green+Blue) = 35+28+148=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 148 (58.20% from 255 or 70.14% from 211); Max value from RGB is 148 - color contains mainly: blue. Hex color #231C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231C94 is #DCE36B. Grayscale: #2B2B2B. Windows color (decimal): -14476140 or 9706531. OLE color: 9706531.

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

Color convert

RGB 35 28 148 -
CMYK 0.76 0.81 0 0.42
HSL 243.5º 0.68% 0.35% -
HSV(B) 243.5º 0.81% 0.58% -
XYZ 6.45 3.33 28.32 -
YUV 43.77 186.82 121.74 -
System Red Green Blue C M Y K H S L
Decimal 35 28 148 0.76 0.81 0 0.42 243.5 0.68 0.35
Hex 23 1C 94 4C 51 0 2A F4 44 23
Octal 43 34 224 114 121 0 52 364 104 43
Binary 100011 11100 10010100 1001100 1010001 0 101010 11110100 1000100 100011

Color Harmonies of #231C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C94

Black with #231C94

Text Example


Text Example

White with #231C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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