Html Css Color HEX #231685 Ultramarine

📋 copy color: '#231685'

red 35 ◦ green 22 ◦ blue 133

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

Shades of Ultramarine #231685

Tints of Ultramarine #231685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.58%

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

R = 18.42%
G = 11.58%
B = 70%

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

#231685 (or 0x231685) is known color: Ultramarine. HEX triplet: 23, 16 and 85. RGB value is (35,22,133). Sum of RGB (Red+Green+Blue) = 35+22+133=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 133 (52.34% from 255 or 70% from 190); Max value from RGB is 133 - color contains mainly: blue. Hex color #231685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231685 is #DCE97A. Grayscale: #262626. Windows color (decimal): -14477691 or 8721955. OLE color: 8721955.

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

Color convert

RGB 35 22 133 -
CMYK 0.74 0.83 0 0.48
HSL 247.03º 0.72% 0.3% -
HSV(B) 247.03º 0.83% 0.52% -
XYZ 5.21 2.62 22.42 -
YUV 38.54 181.31 125.47 -
System Red Green Blue C M Y K H S L
Decimal 35 22 133 0.74 0.83 0 0.48 247.03 0.72 0.3
Hex 23 16 85 4A 53 0 30 F7 48 1E
Octal 43 26 205 112 123 0 60 367 110 36
Binary 100011 10110 10000101 1001010 1010011 0 110000 11110111 1001000 11110

Color Harmonies of #231685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231685

Black with #231685

Text Example


Text Example

White with #231685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231685; }

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

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

background-color css

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

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

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

border-color css

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

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

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