Html Css Color HEX #23018C Ultramarine

📋 copy color: '#23018C'

red 35 ◦ green 1 ◦ blue 140

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

Shades of Ultramarine #23018C

Tints of Ultramarine #23018C

RGB

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

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

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

R = 19.89%
G = 0.57%
B = 79.55%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23018C (or 0x23018C) is known color: Ultramarine. HEX triplet: 23, 01 and 8C. RGB value is (35,1,140). Sum of RGB (Red+Green+Blue) = 35+1+140=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 140 (55.08% from 255 or 79.55% from 176); Max value from RGB is 140 - color contains mainly: blue. Hex color #23018C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23018C is #DCFE73. Grayscale: #1A1A1A. Windows color (decimal): -14483060 or 9175331. OLE color: 9175331.

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

Color convert

RGB 35 1 140 -
CMYK 0.75 0.99 0 0.45
HSL 254.68º 0.99% 0.28% -
HSV(B) 254.68º 0.99% 0.55% -
XYZ 5.44 2.27 24.96 -
YUV 27.01 191.76 133.7 -
System Red Green Blue C M Y K H S L
Decimal 35 1 140 0.75 0.99 0 0.45 254.68 0.99 0.28
Hex 23 1 8C 4B 63 0 2D FF 63 1C
Octal 43 1 214 113 143 0 55 377 143 34
Binary 100011 1 10001100 1001011 1100011 0 101101 11111111 1100011 11100

Color Harmonies of #23018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23018C

Black with #23018C

Text Example


Text Example

White with #23018C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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