Html Css Color HEX #23158A Ultramarine

📋 copy color: '#23158A'

red 35 ◦ green 21 ◦ blue 138

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

Shades of Ultramarine #23158A

Tints of Ultramarine #23158A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.82%

 BLUE value IS 138 (54.3% from 255) = 71.13%

R = 18.04%
G = 10.82%
B = 71.13%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#23158A (or 0x23158A) is known color: Ultramarine. HEX triplet: 23, 15 and 8A. RGB value is (35,21,138). Sum of RGB (Red+Green+Blue) = 35+21+138=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #23158A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23158A is #DCEA75. Grayscale: #262626. Windows color (decimal): -14477942 or 9049379. OLE color: 9049379.

HSL color Cylindrical-coordinate representation of color #23158A: hue angle of 247.18º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23158A is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 35 21 138 -
CMYK 0.75 0.85 0 0.46
HSL 247.18º 0.74% 0.31% -
HSV(B) 247.18º 0.85% 0.54% -
XYZ 5.55 2.73 24.28 -
YUV 38.52 184.14 125.49 -
System Red Green Blue C M Y K H S L
Decimal 35 21 138 0.75 0.85 0 0.46 247.18 0.74 0.31
Hex 23 15 8A 4B 55 0 2E F7 4A 1F
Octal 43 25 212 113 125 0 56 367 112 37
Binary 100011 10101 10001010 1001011 1010101 0 101110 11110111 1001010 11111

Color Harmonies of #23158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23158A

Black with #23158A

Text Example


Text Example

White with #23158A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23158A; }

 p { color: rgb(35,21,138); }

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

background-color css

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

 a { background-color: rgb(35,21,138); }

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

border-color css

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

 span { border-color: rgb(35,21,138); }

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