Html Css Color HEX #230990 Ultramarine

📋 copy color: '#230990'

red 35 ◦ green 9 ◦ blue 144

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

Shades of Ultramarine #230990

Tints of Ultramarine #230990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.79%

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

R = 18.62%
G = 4.79%
B = 76.6%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#230990 (or 0x230990) is known color: Ultramarine. HEX triplet: 23, 09 and 90. RGB value is (35,9,144). Sum of RGB (Red+Green+Blue) = 35+9+144=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 144 (56.64% from 255 or 76.60% from 188); Max value from RGB is 144 - color contains mainly: blue. Hex color #230990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230990 is #DCF66F. Grayscale: #1F1F1F. Windows color (decimal): -14481008 or 9439523. OLE color: 9439523.

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

Color convert

RGB 35 9 144 -
CMYK 0.76 0.94 0 0.44
HSL 251.56º 0.88% 0.3% -
HSV(B) 251.56º 0.94% 0.56% -
XYZ 5.82 2.57 26.57 -
YUV 32.16 191.11 130.02 -
System Red Green Blue C M Y K H S L
Decimal 35 9 144 0.76 0.94 0 0.44 251.56 0.88 0.3
Hex 23 9 90 4C 5E 0 2C FC 58 1E
Octal 43 11 220 114 136 0 54 374 130 36
Binary 100011 1001 10010000 1001100 1011110 0 101100 11111100 1011000 11110

Color Harmonies of #230990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230990

Black with #230990

Text Example


Text Example

White with #230990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230990; }

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

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

background-color css

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

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

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

border-color css

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

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

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