Html Css Color HEX #230199 Ultramarine

📋 copy color: '#230199'

red 35 ◦ green 1 ◦ blue 153

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

Shades of Ultramarine #230199

Tints of Ultramarine #230199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 18.52%
G = 0.53%
B = 80.95%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#230199 (or 0x230199) is known color: Ultramarine. HEX triplet: 23, 01 and 99. RGB value is (35,1,153). Sum of RGB (Red+Green+Blue) = 35+1+153=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 153 (60.16% from 255 or 80.95% from 189); Max value from RGB is 153 - color contains mainly: blue. Hex color #230199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230199 is #DCFE66. Grayscale: #1B1B1B. Windows color (decimal): -14483047 or 10027299. OLE color: 10027299.

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

Color convert

RGB 35 1 153 -
CMYK 0.77 0.99 0 0.4
HSL 253.42º 0.99% 0.3% -
HSV(B) 253.42º 0.99% 0.6% -
XYZ 6.45 2.68 30.31 -
YUV 28.49 198.26 132.64 -
System Red Green Blue C M Y K H S L
Decimal 35 1 153 0.77 0.99 0 0.4 253.42 0.99 0.3
Hex 23 1 99 4D 63 0 28 FD 63 1E
Octal 43 1 231 115 143 0 50 375 143 36
Binary 100011 1 10011001 1001101 1100011 0 101000 11111101 1100011 11110

Color Harmonies of #230199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230199

Black with #230199

Text Example


Text Example

White with #230199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230199; }

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

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

background-color css

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

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

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

border-color css

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

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

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