Html Css Color HEX #2313A0 Ultramarine

📋 copy color: '#2313A0'

red 35 ◦ green 19 ◦ blue 160

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

Shades of Ultramarine #2313A0

Tints of Ultramarine #2313A0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

 BLUE value IS 160 (62.89% from 255) = 74.77%

R = 16.36%
G = 8.88%
B = 74.77%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2313A0 (or 0x2313A0) is known color: Ultramarine. HEX triplet: 23, 13 and A0. RGB value is (35,19,160). Sum of RGB (Red+Green+Blue) = 35+19+160=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 160 (62.89% from 255 or 74.77% from 214); Max value from RGB is 160 - color contains mainly: blue. Hex color #2313A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2313A0 is #DCEC5F. Grayscale: #272727. Windows color (decimal): -14478432 or 10490659. OLE color: 10490659.

HSL color Cylindrical-coordinate representation of color #2313A0: hue angle of 246.81º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2313A0 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 35 19 160 -
CMYK 0.78 0.88 0 0.37
HSL 246.81º 0.79% 0.35% -
HSV(B) 246.81º 0.88% 0.63% -
XYZ 7.27 3.36 33.52 -
YUV 39.86 195.8 124.54 -
System Red Green Blue C M Y K H S L
Decimal 35 19 160 0.78 0.88 0 0.37 246.81 0.79 0.35
Hex 23 13 A0 4E 58 0 25 F7 4F 23
Octal 43 23 240 116 130 0 45 367 117 43
Binary 100011 10011 10100000 1001110 1011000 0 100101 11110111 1001111 100011

Color Harmonies of #2313A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2313A0

Black with #2313A0

Text Example


Text Example

White with #2313A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2313A0; }

 p { color: rgb(35,19,160); }

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

background-color css

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

 a { background-color: rgb(35,19,160); }

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

border-color css

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

 span { border-color: rgb(35,19,160); }

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