Html Css Color HEX #231085 Ultramarine

📋 copy color: '#231085'

red 35 ◦ green 16 ◦ blue 133

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

Shades of Ultramarine #231085

Tints of Ultramarine #231085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.7%

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

R = 19.02%
G = 8.7%
B = 72.28%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#231085 (or 0x231085) is known color: Ultramarine. HEX triplet: 23, 10 and 85. RGB value is (35,16,133). Sum of RGB (Red+Green+Blue) = 35+16+133=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 133 (52.34% from 255 or 72.28% from 184); Max value from RGB is 133 - color contains mainly: blue. Hex color #231085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231085 is #DCEF7A. Grayscale: #222222. Windows color (decimal): -14479227 or 8720419. OLE color: 8720419.

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

Color convert

RGB 35 16 133 -
CMYK 0.74 0.88 0 0.48
HSL 249.74º 0.79% 0.29% -
HSV(B) 249.74º 0.88% 0.52% -
XYZ 5.11 2.42 22.39 -
YUV 35.02 183.29 127.99 -
System Red Green Blue C M Y K H S L
Decimal 35 16 133 0.74 0.88 0 0.48 249.74 0.79 0.29
Hex 23 10 85 4A 58 0 30 FA 4F 1D
Octal 43 20 205 112 130 0 60 372 117 35
Binary 100011 10000 10000101 1001010 1011000 0 110000 11111010 1001111 11101

Color Harmonies of #231085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231085

Black with #231085

Text Example


Text Example

White with #231085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231085; }

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

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

background-color css

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

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

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

border-color css

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

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

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