Html Css Color HEX #2313A5 Ultramarine

📋 copy color: '#2313A5'

red 35 ◦ green 19 ◦ blue 165

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

Shades of Ultramarine #2313A5

Tints of Ultramarine #2313A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 75.34%

R = 15.98%
G = 8.68%
B = 75.34%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2313A5 (or 0x2313A5) is known color: Ultramarine. HEX triplet: 23, 13 and A5. RGB value is (35,19,165). Sum of RGB (Red+Green+Blue) = 35+19+165=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 165 (64.84% from 255 or 75.34% from 219); Max value from RGB is 165 - color contains mainly: blue. Hex color #2313A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2313A5 is #DCEC5A. Grayscale: #272727. Windows color (decimal): -14478427 or 10818339. OLE color: 10818339.

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

Color convert

RGB 35 19 165 -
CMYK 0.79 0.88 0 0.35
HSL 246.58º 0.79% 0.36% -
HSV(B) 246.58º 0.88% 0.65% -
XYZ 7.72 3.54 35.87 -
YUV 40.43 198.3 124.13 -
System Red Green Blue C M Y K H S L
Decimal 35 19 165 0.79 0.88 0 0.35 246.58 0.79 0.36
Hex 23 13 A5 4F 58 0 23 F7 4F 24
Octal 43 23 245 117 130 0 43 367 117 44
Binary 100011 10011 10100101 1001111 1011000 0 100011 11110111 1001111 100100

Color Harmonies of #2313A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2313A5

Black with #2313A5

Text Example


Text Example

White with #2313A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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