Html Css Color HEX #230089 Ultramarine

📋 copy color: '#230089'

red 35 ◦ green 0 ◦ blue 137

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

Shades of Ultramarine #230089

Tints of Ultramarine #230089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 79.65%

R = 20.35%
G = 0%
B = 79.65%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#230089 (or 0x230089) is known color: Ultramarine. HEX triplet: 23, 00 and 89. RGB value is (35,0,137). Sum of RGB (Red+Green+Blue) = 35+0+137=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 137 (53.91% from 255 or 79.65% from 172); Max value from RGB is 137 - color contains mainly: blue. Hex color #230089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230089 is #DCFF76. Grayscale: #191919. Windows color (decimal): -14483319 or 8978467. OLE color: 8978467.

HSL color Cylindrical-coordinate representation of color #230089: hue angle of 255.33º 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 #230089 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 35 0 137 -
CMYK 0.74 1 0 0.46
HSL 255.33º 1% 0.27% -
HSV(B) 255.33º 1% 0.54% -
XYZ 5.21 2.16 23.81 -
YUV 26.08 190.6 134.36 -
System Red Green Blue C M Y K H S L
Decimal 35 0 137 0.74 1 0 0.46 255.33 1 0.27
Hex 23 0 89 4A 64 0 2E FF 64 1B
Octal 43 0 211 112 144 0 56 377 144 33
Binary 100011 0 10001001 1001010 1100100 0 101110 11111111 1100100 11011

Color Harmonies of #230089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230089

Black with #230089

Text Example


Text Example

White with #230089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230089; }

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

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

background-color css

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

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

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

border-color css

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

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

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