Html Css Color HEX #231286 Ultramarine

📋 copy color: '#231286'

red 35 ◦ green 18 ◦ blue 134

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

Shades of Ultramarine #231286

Tints of Ultramarine #231286

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.63%

 BLUE value IS 134 (52.73% from 255) = 71.66%

R = 18.72%
G = 9.63%
B = 71.66%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#231286 (or 0x231286) is known color: Ultramarine. HEX triplet: 23, 12 and 86. RGB value is (35,18,134). Sum of RGB (Red+Green+Blue) = 35+18+134=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 134 (52.73% from 255 or 71.66% from 187); Max value from RGB is 134 - color contains mainly: blue. Hex color #231286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231286 is #DCED79. Grayscale: #232323. Windows color (decimal): -14478714 or 8786467. OLE color: 8786467.

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

Color convert

RGB 35 18 134 -
CMYK 0.74 0.87 0 0.47
HSL 248.79º 0.76% 0.3% -
HSV(B) 248.79º 0.87% 0.53% -
XYZ 5.21 2.51 22.76 -
YUV 36.31 183.13 127.07 -
System Red Green Blue C M Y K H S L
Decimal 35 18 134 0.74 0.87 0 0.47 248.79 0.76 0.3
Hex 23 12 86 4A 57 0 2F F9 4C 1E
Octal 43 22 206 112 127 0 57 371 114 36
Binary 100011 10010 10000110 1001010 1010111 0 101111 11111001 1001100 11110

Color Harmonies of #231286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231286

Black with #231286

Text Example


Text Example

White with #231286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231286; }

 p { color: rgb(35,18,134); }

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

background-color css

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

 a { background-color: rgb(35,18,134); }

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

border-color css

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

 span { border-color: rgb(35,18,134); }

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