Html Css Color HEX #230292 Ultramarine

📋 copy color: '#230292'

red 35 ◦ green 2 ◦ blue 146

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

Shades of Ultramarine #230292

Tints of Ultramarine #230292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 79.78%

R = 19.13%
G = 1.09%
B = 79.78%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#230292 (or 0x230292) is known color: Ultramarine. HEX triplet: 23, 02 and 92. RGB value is (35,2,146). Sum of RGB (Red+Green+Blue) = 35+2+146=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 146 (57.42% from 255 or 79.78% from 183); Max value from RGB is 146 - color contains mainly: blue. Hex color #230292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230292 is #DCFD6D. Grayscale: #1B1B1B. Windows color (decimal): -14482798 or 9568803. OLE color: 9568803.

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

Color convert

RGB 35 2 146 -
CMYK 0.76 0.99 0 0.43
HSL 253.75º 0.97% 0.29% -
HSV(B) 253.75º 0.99% 0.57% -
XYZ 5.9 2.48 27.36 -
YUV 28.28 194.43 132.79 -
System Red Green Blue C M Y K H S L
Decimal 35 2 146 0.76 0.99 0 0.43 253.75 0.97 0.29
Hex 23 2 92 4C 63 0 2B FE 61 1D
Octal 43 2 222 114 143 0 53 376 141 35
Binary 100011 10 10010010 1001100 1100011 0 101011 11111110 1100001 11101

Color Harmonies of #230292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230292

Black with #230292

Text Example


Text Example

White with #230292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230292; }

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

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

background-color css

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

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

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

border-color css

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

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

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