Html Css Color HEX #23028A Ultramarine

📋 copy color: '#23028A'

red 35 ◦ green 2 ◦ blue 138

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

Shades of Ultramarine #23028A

Tints of Ultramarine #23028A

RGB

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

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

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

R = 20%
G = 1.14%
B = 78.86%

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

#23028A (or 0x23028A) is known color: Ultramarine. HEX triplet: 23, 02 and 8A. RGB value is (35,2,138). Sum of RGB (Red+Green+Blue) = 35+2+138=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 138 (54.30% from 255 or 78.86% from 175); Max value from RGB is 138 - color contains mainly: blue. Hex color #23028A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23028A is #DCFD75. Grayscale: #1A1A1A. Windows color (decimal): -14482806 or 9044515. OLE color: 9044515.

HSL color Cylindrical-coordinate representation of color #23028A: hue angle of 254.56º degrees, saturation: 0.97, 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 #23028A is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 35 2 138 -
CMYK 0.75 0.99 0 0.46
HSL 254.56º 0.97% 0.27% -
HSV(B) 254.56º 0.99% 0.54% -
XYZ 5.3 2.24 24.2 -
YUV 27.37 190.43 133.44 -
System Red Green Blue C M Y K H S L
Decimal 35 2 138 0.75 0.99 0 0.46 254.56 0.97 0.27
Hex 23 2 8A 4B 63 0 2E FF 61 1B
Octal 43 2 212 113 143 0 56 377 141 33
Binary 100011 10 10001010 1001011 1100011 0 101110 11111111 1100001 11011

Color Harmonies of #23028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23028A

Black with #23028A

Text Example


Text Example

White with #23028A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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