Html Css Color HEX #231785 Ultramarine

📋 copy color: '#231785'

red 35 ◦ green 23 ◦ blue 133

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

Shades of Ultramarine #231785

Tints of Ultramarine #231785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.04%

 BLUE value IS 133 (52.34% from 255) = 69.63%

R = 18.32%
G = 12.04%
B = 69.63%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#231785 (or 0x231785) is known color: Ultramarine. HEX triplet: 23, 17 and 85. RGB value is (35,23,133). Sum of RGB (Red+Green+Blue) = 35+23+133=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 133 (52.34% from 255 or 69.63% from 191); Max value from RGB is 133 - color contains mainly: blue. Hex color #231785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231785 is #DCE87A. Grayscale: #262626. Windows color (decimal): -14477435 or 8722211. OLE color: 8722211.

HSL color Cylindrical-coordinate representation of color #231785: hue angle of 246.55º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #231785 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 23 133 -
CMYK 0.74 0.83 0 0.48
HSL 246.55º 0.71% 0.31% -
HSV(B) 246.55º 0.83% 0.52% -
XYZ 5.23 2.66 22.43 -
YUV 39.13 180.98 125.06 -
System Red Green Blue C M Y K H S L
Decimal 35 23 133 0.74 0.83 0 0.48 246.55 0.71 0.31
Hex 23 17 85 4A 53 0 30 F7 47 1F
Octal 43 27 205 112 123 0 60 367 107 37
Binary 100011 10111 10000101 1001010 1010011 0 110000 11110111 1000111 11111

Color Harmonies of #231785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231785

Black with #231785

Text Example


Text Example

White with #231785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231785; }

 p { color: rgb(35,23,133); }

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

background-color css

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

 a { background-color: rgb(35,23,133); }

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

border-color css

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

 span { border-color: rgb(35,23,133); }

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