Html Css Color HEX #230193 Ultramarine

📋 copy color: '#230193'

red 35 ◦ green 1 ◦ blue 147

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

Shades of Ultramarine #230193

Tints of Ultramarine #230193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 80.33%

R = 19.13%
G = 0.55%
B = 80.33%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#230193 (or 0x230193) is known color: Ultramarine. HEX triplet: 23, 01 and 93. RGB value is (35,1,147). Sum of RGB (Red+Green+Blue) = 35+1+147=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 147 (57.81% from 255 or 80.33% from 183); Max value from RGB is 147 - color contains mainly: blue. Hex color #230193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230193 is #DCFE6C. Grayscale: #1B1B1B. Windows color (decimal): -14483053 or 9634083. OLE color: 9634083.

HSL color Cylindrical-coordinate representation of color #230193: hue angle of 253.97º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #230193 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 1 147 -
CMYK 0.76 0.99 0 0.42
HSL 253.97º 0.99% 0.29% -
HSV(B) 253.97º 0.99% 0.58% -
XYZ 5.97 2.49 27.77 -
YUV 27.81 195.26 133.13 -
System Red Green Blue C M Y K H S L
Decimal 35 1 147 0.76 0.99 0 0.42 253.97 0.99 0.29
Hex 23 1 93 4C 63 0 2A FE 63 1D
Octal 43 1 223 114 143 0 52 376 143 35
Binary 100011 1 10010011 1001100 1100011 0 101010 11111110 1100011 11101

Color Harmonies of #230193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230193

Black with #230193

Text Example


Text Example

White with #230193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230193; }

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

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

background-color css

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

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

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

border-color css

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

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

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