Html Css Color HEX #23148C Ultramarine

📋 copy color: '#23148C'

red 35 ◦ green 20 ◦ blue 140

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

Shades of Ultramarine #23148C

Tints of Ultramarine #23148C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.26%

 BLUE value IS 140 (55.08% from 255) = 71.79%

R = 17.95%
G = 10.26%
B = 71.79%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23148C (or 0x23148C) is known color: Ultramarine. HEX triplet: 23, 14 and 8C. RGB value is (35,20,140). Sum of RGB (Red+Green+Blue) = 35+20+140=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 140 (55.08% from 255 or 71.79% from 195); Max value from RGB is 140 - color contains mainly: blue. Hex color #23148C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23148C is #DCEB73. Grayscale: #252525. Windows color (decimal): -14478196 or 9180195. OLE color: 9180195.

HSL color Cylindrical-coordinate representation of color #23148C: hue angle of 247.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23148C is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 20 140 -
CMYK 0.75 0.86 0 0.45
HSL 247.5º 0.75% 0.31% -
HSV(B) 247.5º 0.86% 0.55% -
XYZ 5.68 2.75 25.04 -
YUV 38.17 185.47 125.74 -
System Red Green Blue C M Y K H S L
Decimal 35 20 140 0.75 0.86 0 0.45 247.5 0.75 0.31
Hex 23 14 8C 4B 56 0 2D F8 4B 1F
Octal 43 24 214 113 126 0 55 370 113 37
Binary 100011 10100 10001100 1001011 1010110 0 101101 11111000 1001011 11111

Color Harmonies of #23148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23148C

Black with #23148C

Text Example


Text Example

White with #23148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23148C; }

 p { color: rgb(35,20,140); }

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

background-color css

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

 a { background-color: rgb(35,20,140); }

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

border-color css

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

 span { border-color: rgb(35,20,140); }

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