Html Css Color HEX #230690 Ultramarine

📋 copy color: '#230690'

red 35 ◦ green 6 ◦ blue 144

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

Shades of Ultramarine #230690

Tints of Ultramarine #230690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.24%

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

R = 18.92%
G = 3.24%
B = 77.84%

CMYK

 C value IS 0.76

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#230690 (or 0x230690) is known color: Ultramarine. HEX triplet: 23, 06 and 90. RGB value is (35,6,144). Sum of RGB (Red+Green+Blue) = 35+6+144=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 144 (56.64% from 255 or 77.84% from 185); Max value from RGB is 144 - color contains mainly: blue. Hex color #230690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230690 is #DCF96F. Grayscale: #1D1D1D. Windows color (decimal): -14481776 or 9438755. OLE color: 9438755.

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

Color convert

RGB 35 6 144 -
CMYK 0.76 0.96 0 0.44
HSL 252.61º 0.92% 0.29% -
HSV(B) 252.61º 0.96% 0.56% -
XYZ 5.79 2.5 26.56 -
YUV 30.4 192.11 131.28 -
System Red Green Blue C M Y K H S L
Decimal 35 6 144 0.76 0.96 0 0.44 252.61 0.92 0.29
Hex 23 6 90 4C 60 0 2C FD 5C 1D
Octal 43 6 220 114 140 0 54 375 134 35
Binary 100011 110 10010000 1001100 1100000 0 101100 11111101 1011100 11101

Color Harmonies of #230690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230690

Black with #230690

Text Example


Text Example

White with #230690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230690; }

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

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

background-color css

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

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

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

border-color css

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

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

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