Html Css Color HEX #230888 Ultramarine

📋 copy color: '#230888'

red 35 ◦ green 8 ◦ blue 136

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

Shades of Ultramarine #230888

Tints of Ultramarine #230888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.47%

 BLUE value IS 136 (53.52% from 255) = 75.98%

R = 19.55%
G = 4.47%
B = 75.98%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#230888 (or 0x230888) is known color: Ultramarine. HEX triplet: 23, 08 and 88. RGB value is (35,8,136). Sum of RGB (Red+Green+Blue) = 35+8+136=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 136 (53.52% from 255 or 75.98% from 179); Max value from RGB is 136 - color contains mainly: blue. Hex color #230888 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230888 is #DCF777. Grayscale: #1E1E1E. Windows color (decimal): -14481272 or 8914979. OLE color: 8914979.

HSL color Cylindrical-coordinate representation of color #230888: hue angle of 252.66º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230888 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 8 136 -
CMYK 0.74 0.94 0 0.47
HSL 252.66º 0.89% 0.28% -
HSV(B) 252.66º 0.94% 0.53% -
XYZ 5.22 2.31 23.46 -
YUV 30.67 187.45 131.09 -
System Red Green Blue C M Y K H S L
Decimal 35 8 136 0.74 0.94 0 0.47 252.66 0.89 0.28
Hex 23 8 88 4A 5E 0 2F FD 59 1C
Octal 43 10 210 112 136 0 57 375 131 34
Binary 100011 1000 10001000 1001010 1011110 0 101111 11111101 1011001 11100

Color Harmonies of #230888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230888

Black with #230888

Text Example


Text Example

White with #230888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230888; }

 p { color: rgb(35,8,136); }

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

background-color css

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

 a { background-color: rgb(35,8,136); }

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

border-color css

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

 span { border-color: rgb(35,8,136); }

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