Html Css Color HEX #231198 Ultramarine

📋 copy color: '#231198'

red 35 ◦ green 17 ◦ blue 152

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

Shades of Ultramarine #231198

Tints of Ultramarine #231198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.33%

 BLUE value IS 152 (59.77% from 255) = 74.51%

R = 17.16%
G = 8.33%
B = 74.51%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#231198 (or 0x231198) is known color: Ultramarine. HEX triplet: 23, 11 and 98. RGB value is (35,17,152). Sum of RGB (Red+Green+Blue) = 35+17+152=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 152 (59.77% from 255 or 74.51% from 204); Max value from RGB is 152 - color contains mainly: blue. Hex color #231198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231198 is #DCEE67. Grayscale: #252525. Windows color (decimal): -14478952 or 9965859. OLE color: 9965859.

HSL color Cylindrical-coordinate representation of color #231198: hue angle of 248º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #231198 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 17 152 -
CMYK 0.77 0.89 0 0.40
HSL 248º 0.8% 0.33% -
HSV(B) 248º 0.89% 0.6% -
XYZ 6.56 3.03 29.94 -
YUV 37.77 192.46 126.02 -
System Red Green Blue C M Y K H S L
Decimal 35 17 152 0.77 0.89 0 0.40 248 0.8 0.33
Hex 23 11 98 4D 59 0 28 F8 50 21
Octal 43 21 230 115 131 0 50 370 120 41
Binary 100011 10001 10011000 1001101 1011001 0 101000 11111000 1010000 100001

Color Harmonies of #231198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231198

Black with #231198

Text Example


Text Example

White with #231198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231198; }

 p { color: rgb(35,17,152); }

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

background-color css

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

 a { background-color: rgb(35,17,152); }

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

border-color css

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

 span { border-color: rgb(35,17,152); }

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