Html Css Color HEX #231998 Ultramarine

📋 copy color: '#231998'

red 35 ◦ green 25 ◦ blue 152

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

Shades of Ultramarine #231998

Tints of Ultramarine #231998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.79%

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

R = 16.51%
G = 11.79%
B = 71.7%

CMYK

 C value IS 0.77

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#231998 (or 0x231998) is known color: Ultramarine. HEX triplet: 23, 19 and 98. RGB value is (35,25,152). Sum of RGB (Red+Green+Blue) = 35+25+152=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 152 (59.77% from 255 or 71.70% from 212); Max value from RGB is 152 - color contains mainly: blue. Hex color #231998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231998 is #DCE667. Grayscale: #292929. Windows color (decimal): -14476904 or 9967907. OLE color: 9967907.

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

Color convert

RGB 35 25 152 -
CMYK 0.77 0.84 0 0.40
HSL 244.72º 0.72% 0.35% -
HSV(B) 244.72º 0.84% 0.6% -
XYZ 6.71 3.32 29.99 -
YUV 42.47 189.81 122.67 -
System Red Green Blue C M Y K H S L
Decimal 35 25 152 0.77 0.84 0 0.40 244.72 0.72 0.35
Hex 23 19 98 4D 54 0 28 F5 48 23
Octal 43 31 230 115 124 0 50 365 110 43
Binary 100011 11001 10011000 1001101 1010100 0 101000 11110101 1001000 100011

Color Harmonies of #231998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231998

Black with #231998

Text Example


Text Example

White with #231998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231998; }

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

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

background-color css

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

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

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

border-color css

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

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

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