Html Css Color HEX #230287 Ultramarine

📋 copy color: '#230287'

red 35 ◦ green 2 ◦ blue 135

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

Shades of Ultramarine #230287

Tints of Ultramarine #230287

RGB

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

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

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

R = 20.35%
G = 1.16%
B = 78.49%

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

#230287 (or 0x230287) is known color: Ultramarine. HEX triplet: 23, 02 and 87. RGB value is (35,2,135). Sum of RGB (Red+Green+Blue) = 35+2+135=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 135 (53.12% from 255 or 78.49% from 172); Max value from RGB is 135 - color contains mainly: blue. Hex color #230287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230287 is #DCFD78. Grayscale: #1A1A1A. Windows color (decimal): -14482809 or 8847907. OLE color: 8847907.

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

Color convert

RGB 35 2 135 -
CMYK 0.74 0.99 0 0.47
HSL 254.89º 0.97% 0.27% -
HSV(B) 254.89º 0.99% 0.53% -
XYZ 5.09 2.15 23.07 -
YUV 27.03 188.93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 35 2 135 0.74 0.99 0 0.47 254.89 0.97 0.27
Hex 23 2 87 4A 63 0 2F FF 61 1B
Octal 43 2 207 112 143 0 57 377 141 33
Binary 100011 10 10000111 1001010 1100011 0 101111 11111111 1100001 11011

Color Harmonies of #230287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230287

Black with #230287

Text Example


Text Example

White with #230287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230287; }

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

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

background-color css

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

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

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

border-color css

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

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

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