Html Css Color HEX #230290 Ultramarine

📋 copy color: '#230290'

red 35 ◦ green 2 ◦ blue 144

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

Shades of Ultramarine #230290

Tints of Ultramarine #230290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 79.56%

R = 19.34%
G = 1.1%
B = 79.56%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#230290 (or 0x230290) is known color: Ultramarine. HEX triplet: 23, 02 and 90. RGB value is (35,2,144). Sum of RGB (Red+Green+Blue) = 35+2+144=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 144 (56.64% from 255 or 79.56% from 181); Max value from RGB is 144 - color contains mainly: blue. Hex color #230290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230290 is #DCFD6F. Grayscale: #1B1B1B. Windows color (decimal): -14482800 or 9437731. OLE color: 9437731.

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

Color convert

RGB 35 2 144 -
CMYK 0.76 0.99 0 0.44
HSL 253.94º 0.97% 0.29% -
HSV(B) 253.94º 0.99% 0.56% -
XYZ 5.75 2.41 26.55 -
YUV 28.06 193.43 132.95 -
System Red Green Blue C M Y K H S L
Decimal 35 2 144 0.76 0.99 0 0.44 253.94 0.97 0.29
Hex 23 2 90 4C 63 0 2C FE 61 1D
Octal 43 2 220 114 143 0 54 376 141 35
Binary 100011 10 10010000 1001100 1100011 0 101100 11111110 1100001 11101

Color Harmonies of #230290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230290

Black with #230290

Text Example


Text Example

White with #230290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230290; }

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

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

background-color css

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

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

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

border-color css

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

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

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