Html Css Color HEX #230187 Ultramarine

📋 copy color: '#230187'

red 35 ◦ green 1 ◦ blue 135

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

Shades of Ultramarine #230187

Tints of Ultramarine #230187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 135 (53.13% from 255) = 78.95%

R = 20.47%
G = 0.58%
B = 78.95%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#230187 (or 0x230187) is known color: Ultramarine. HEX triplet: 23, 01 and 87. RGB value is (35,1,135). Sum of RGB (Red+Green+Blue) = 35+1+135=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 135 (53.12% from 255 or 78.95% from 171); Max value from RGB is 135 - color contains mainly: blue. Hex color #230187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230187 is #DCFE78. Grayscale: #191919. Windows color (decimal): -14483065 or 8847651. OLE color: 8847651.

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

Color convert

RGB 35 1 135 -
CMYK 0.74 0.99 0 0.47
HSL 255.22º 0.99% 0.27% -
HSV(B) 255.22º 0.99% 0.53% -
XYZ 5.08 2.13 23.06 -
YUV 26.44 189.26 134.1 -
System Red Green Blue C M Y K H S L
Decimal 35 1 135 0.74 0.99 0 0.47 255.22 0.99 0.27
Hex 23 1 87 4A 63 0 2F FF 63 1B
Octal 43 1 207 112 143 0 57 377 143 33
Binary 100011 1 10000111 1001010 1100011 0 101111 11111111 1100011 11011

Color Harmonies of #230187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230187

Black with #230187

Text Example


Text Example

White with #230187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230187; }

 p { color: rgb(35,1,135); }

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

background-color css

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

 a { background-color: rgb(35,1,135); }

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

border-color css

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

 span { border-color: rgb(35,1,135); }

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