Html Css Color HEX #23049F Ultramarine

📋 copy color: '#23049F'

red 35 ◦ green 4 ◦ blue 159

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

Shades of Ultramarine #23049F

Tints of Ultramarine #23049F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.02%

 BLUE value IS 159 (62.5% from 255) = 80.3%

R = 17.68%
G = 2.02%
B = 80.3%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23049F (or 0x23049F) is known color: Ultramarine. HEX triplet: 23, 04 and 9F. RGB value is (35,4,159). Sum of RGB (Red+Green+Blue) = 35+4+159=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 159 (62.5% from 255 or 80.30% from 198); Max value from RGB is 159 - color contains mainly: blue. Hex color #23049F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23049F is #DCFB60. Grayscale: #1E1E1E. Windows color (decimal): -14482273 or 10421283. OLE color: 10421283.

HSL color Cylindrical-coordinate representation of color #23049F: hue angle of 252º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #23049F is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 4 159 -
CMYK 0.78 0.97 0 0.38
HSL 252º 0.95% 0.32% -
HSV(B) 252º 0.97% 0.62% -
XYZ 6.99 2.95 33 -
YUV 30.94 200.27 130.9 -
System Red Green Blue C M Y K H S L
Decimal 35 4 159 0.78 0.97 0 0.38 252 0.95 0.32
Hex 23 4 9F 4E 61 0 26 FC 5F 20
Octal 43 4 237 116 141 0 46 374 137 40
Binary 100011 100 10011111 1001110 1100001 0 100110 11111100 1011111 100000

Color Harmonies of #23049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23049F

Black with #23049F

Text Example


Text Example

White with #23049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23049F; }

 p { color: rgb(35,4,159); }

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

background-color css

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

 a { background-color: rgb(35,4,159); }

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

border-color css

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

 span { border-color: rgb(35,4,159); }

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