Html Css Color HEX #231399 Ultramarine

📋 copy color: '#231399'

red 35 ◦ green 19 ◦ blue 153

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

Shades of Ultramarine #231399

Tints of Ultramarine #231399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.18%

 BLUE value IS 153 (60.16% from 255) = 73.91%

R = 16.91%
G = 9.18%
B = 73.91%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#231399 (or 0x231399) is known color: Ultramarine. HEX triplet: 23, 13 and 99. RGB value is (35,19,153). Sum of RGB (Red+Green+Blue) = 35+19+153=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #231399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231399 is #DCEC66. Grayscale: #262626. Windows color (decimal): -14478439 or 10031907. OLE color: 10031907.

HSL color Cylindrical-coordinate representation of color #231399: hue angle of 247.16º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231399 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 35 19 153 -
CMYK 0.77 0.88 0 0.4
HSL 247.16º 0.78% 0.34% -
HSV(B) 247.16º 0.88% 0.6% -
XYZ 6.68 3.12 30.39 -
YUV 39.06 192.3 125.1 -
System Red Green Blue C M Y K H S L
Decimal 35 19 153 0.77 0.88 0 0.4 247.16 0.78 0.34
Hex 23 13 99 4D 58 0 28 F7 4E 22
Octal 43 23 231 115 130 0 50 367 116 42
Binary 100011 10011 10011001 1001101 1011000 0 101000 11110111 1001110 100010

Color Harmonies of #231399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231399

Black with #231399

Text Example


Text Example

White with #231399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231399; }

 p { color: rgb(35,19,153); }

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

background-color css

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

 a { background-color: rgb(35,19,153); }

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

border-color css

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

 span { border-color: rgb(35,19,153); }

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