Html Css Color HEX #23018F Ultramarine

📋 copy color: '#23018F'

red 35 ◦ green 1 ◦ blue 143

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

Shades of Ultramarine #23018F

Tints of Ultramarine #23018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 79.89%

R = 19.55%
G = 0.56%
B = 79.89%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#23018F (or 0x23018F) is known color: Ultramarine. HEX triplet: 23, 01 and 8F. RGB value is (35,1,143). Sum of RGB (Red+Green+Blue) = 35+1+143=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 143 (56.25% from 255 or 79.89% from 179); Max value from RGB is 143 - color contains mainly: blue. Hex color #23018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23018F is #DCFE70. Grayscale: #1A1A1A. Windows color (decimal): -14483057 or 9371939. OLE color: 9371939.

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

Color convert

RGB 35 1 143 -
CMYK 0.76 0.99 0 0.44
HSL 254.37º 0.99% 0.28% -
HSV(B) 254.37º 0.99% 0.56% -
XYZ 5.66 2.36 26.14 -
YUV 27.35 193.26 133.45 -
System Red Green Blue C M Y K H S L
Decimal 35 1 143 0.76 0.99 0 0.44 254.37 0.99 0.28
Hex 23 1 8F 4C 63 0 2C FE 63 1C
Octal 43 1 217 114 143 0 54 376 143 34
Binary 100011 1 10001111 1001100 1100011 0 101100 11111110 1100011 11100

Color Harmonies of #23018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23018F

Black with #23018F

Text Example


Text Example

White with #23018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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