Html Css Color HEX #230799 Ultramarine

📋 copy color: '#230799'

red 35 ◦ green 7 ◦ blue 153

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

Shades of Ultramarine #230799

Tints of Ultramarine #230799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.59%

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

R = 17.95%
G = 3.59%
B = 78.46%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#230799 (or 0x230799) is known color: Ultramarine. HEX triplet: 23, 07 and 99. RGB value is (35,7,153). Sum of RGB (Red+Green+Blue) = 35+7+153=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 153 (60.16% from 255 or 78.46% from 195); Max value from RGB is 153 - color contains mainly: blue. Hex color #230799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230799 is #DCF866. Grayscale: #1F1F1F. Windows color (decimal): -14481511 or 10028835. OLE color: 10028835.

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

Color convert

RGB 35 7 153 -
CMYK 0.77 0.95 0 0.4
HSL 251.51º 0.91% 0.31% -
HSV(B) 251.51º 0.95% 0.6% -
XYZ 6.52 2.81 30.34 -
YUV 32.02 196.28 130.13 -
System Red Green Blue C M Y K H S L
Decimal 35 7 153 0.77 0.95 0 0.4 251.51 0.91 0.31
Hex 23 7 99 4D 5F 0 28 FC 5B 1F
Octal 43 7 231 115 137 0 50 374 133 37
Binary 100011 111 10011001 1001101 1011111 0 101000 11111100 1011011 11111

Color Harmonies of #230799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230799

Black with #230799

Text Example


Text Example

White with #230799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230799; }

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

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

background-color css

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

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

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

border-color css

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

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

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