Html Css Color HEX #23008A Ultramarine

📋 copy color: '#23008A'

red 35 ◦ green 0 ◦ blue 138

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

Shades of Ultramarine #23008A

Tints of Ultramarine #23008A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 20.23%
G = 0%
B = 79.77%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#23008A (or 0x23008A) is known color: Ultramarine. HEX triplet: 23, 00 and 8A. RGB value is (35,0,138). Sum of RGB (Red+Green+Blue) = 35+0+138=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 138 (54.30% from 255 or 79.77% from 173); Max value from RGB is 138 - color contains mainly: blue. Hex color #23008A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23008A is #DCFF75. Grayscale: #191919. Windows color (decimal): -14483318 or 9044003. OLE color: 9044003.

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

Color convert

RGB 35 0 138 -
CMYK 0.75 1 0 0.46
HSL 255.22º 1% 0.27% -
HSV(B) 255.22º 1% 0.54% -
XYZ 5.28 2.19 24.19 -
YUV 26.2 191.1 134.28 -
System Red Green Blue C M Y K H S L
Decimal 35 0 138 0.75 1 0 0.46 255.22 1 0.27
Hex 23 0 8A 4B 64 0 2E FF 64 1B
Octal 43 0 212 113 144 0 56 377 144 33
Binary 100011 0 10001010 1001011 1100100 0 101110 11111111 1100100 11011

Color Harmonies of #23008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23008A

Black with #23008A

Text Example


Text Example

White with #23008A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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