Html Css Color HEX #23018A Ultramarine

📋 copy color: '#23018A'

red 35 ◦ green 1 ◦ blue 138

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

Shades of Ultramarine #23018A

Tints of Ultramarine #23018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 20.11%
G = 0.57%
B = 79.31%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#23018A (or 0x23018A) is known color: Ultramarine. HEX triplet: 23, 01 and 8A. RGB value is (35,1,138). Sum of RGB (Red+Green+Blue) = 35+1+138=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 138 (54.30% from 255 or 79.31% from 174); Max value from RGB is 138 - color contains mainly: blue. Hex color #23018A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23018A is #DCFE75. Grayscale: #1A1A1A. Windows color (decimal): -14483062 or 9044259. OLE color: 9044259.

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

Color convert

RGB 35 1 138 -
CMYK 0.75 0.99 0 0.46
HSL 254.89º 0.99% 0.27% -
HSV(B) 254.89º 0.99% 0.54% -
XYZ 5.29 2.21 24.19 -
YUV 26.78 190.76 133.86 -
System Red Green Blue C M Y K H S L
Decimal 35 1 138 0.75 0.99 0 0.46 254.89 0.99 0.27
Hex 23 1 8A 4B 63 0 2E FF 63 1B
Octal 43 1 212 113 143 0 56 377 143 33
Binary 100011 1 10001010 1001011 1100011 0 101110 11111111 1100011 11011

Color Harmonies of #23018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23018A

Black with #23018A

Text Example


Text Example

White with #23018A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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