Html Css Color HEX #230299 Ultramarine

📋 copy color: '#230299'

red 35 ◦ green 2 ◦ blue 153

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

Shades of Ultramarine #230299

Tints of Ultramarine #230299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

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

R = 18.42%
G = 1.05%
B = 80.53%

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

#230299 (or 0x230299) is known color: Ultramarine. HEX triplet: 23, 02 and 99. RGB value is (35,2,153). Sum of RGB (Red+Green+Blue) = 35+2+153=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 153 (60.16% from 255 or 80.53% from 190); Max value from RGB is 153 - color contains mainly: blue. Hex color #230299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230299 is #DCFD66. Grayscale: #1C1C1C. Windows color (decimal): -14482791 or 10027555. OLE color: 10027555.

HSL color Cylindrical-coordinate representation of color #230299: hue angle of 253.11º degrees, saturation: 0.97, 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 #230299 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 35 2 153 -
CMYK 0.77 0.99 0 0.4
HSL 253.11º 0.97% 0.3% -
HSV(B) 253.11º 0.99% 0.6% -
XYZ 6.46 2.7 30.32 -
YUV 29.08 197.93 132.22 -
System Red Green Blue C M Y K H S L
Decimal 35 2 153 0.77 0.99 0 0.4 253.11 0.97 0.3
Hex 23 2 99 4D 63 0 28 FD 61 1E
Octal 43 2 231 115 143 0 50 375 141 36
Binary 100011 10 10011001 1001101 1100011 0 101000 11111101 1100001 11110

Color Harmonies of #230299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230299

Black with #230299

Text Example


Text Example

White with #230299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230299; }

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

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

background-color css

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

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

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

border-color css

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

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

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