Html Css Color HEX #23029B Ultramarine

📋 copy color: '#23029B'

red 35 ◦ green 2 ◦ blue 155

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

Shades of Ultramarine #23029B

Tints of Ultramarine #23029B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.04%

 BLUE value IS 155 (60.94% from 255) = 80.73%

R = 18.23%
G = 1.04%
B = 80.73%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23029B (or 0x23029B) is known color: Ultramarine. HEX triplet: 23, 02 and 9B. RGB value is (35,2,155). Sum of RGB (Red+Green+Blue) = 35+2+155=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 155 (60.94% from 255 or 80.73% from 192); Max value from RGB is 155 - color contains mainly: blue. Hex color #23029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23029B is #DCFD64. Grayscale: #1C1C1C. Windows color (decimal): -14482789 or 10158627. OLE color: 10158627.

HSL color Cylindrical-coordinate representation of color #23029B: hue angle of 252.94º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #23029B is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 2 155 -
CMYK 0.77 0.99 0 0.39
HSL 252.94º 0.97% 0.31% -
HSV(B) 252.94º 0.99% 0.61% -
XYZ 6.63 2.77 31.19 -
YUV 29.31 198.93 132.06 -
System Red Green Blue C M Y K H S L
Decimal 35 2 155 0.77 0.99 0 0.39 252.94 0.97 0.31
Hex 23 2 9B 4D 63 0 27 FD 61 1F
Octal 43 2 233 115 143 0 47 375 141 37
Binary 100011 10 10011011 1001101 1100011 0 100111 11111101 1100001 11111

Color Harmonies of #23029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23029B

Black with #23029B

Text Example


Text Example

White with #23029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23029B; }

 p { color: rgb(35,2,155); }

 H1.HeaderClassName
 {
   color: #23029B;
 }
 .AnyTagClassName
 {
   color: #23029B;
 }
</style>

background-color css

<style>
 a { background-color: #23029B; }

 a { background-color: rgb(35,2,155); }

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

border-color css

<style>
 span { border-color: #23029B; }

 span { border-color: rgb(35,2,155); }

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