Html Css Color HEX #13248B Ultramarine

📋 copy color: '#13248B'

red 19 ◦ green 36 ◦ blue 139

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

Shades of Ultramarine #13248B

Tints of Ultramarine #13248B

RGB

 RED value IS 19 (7.81% from 255) = 9.79%

 GREEN value IS 36 (14.45% from 255) = 18.56%

 BLUE value IS 139 (54.69% from 255) = 71.65%

R = 9.79%
G = 18.56%
B = 71.65%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13248B (or 0x13248B) is known color: Ultramarine. HEX triplet: 13, 24 and 8B. RGB value is (19,36,139). Sum of RGB (Red+Green+Blue) = 19+36+139=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 139 (54.69% from 255 or 71.65% from 194); Max value from RGB is 139 - color contains mainly: blue. Hex color #13248B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13248B is #ECDB74. Grayscale: #2A2A2A. Windows color (decimal): -15522677 or 9118739. OLE color: 9118739.

HSL color Cylindrical-coordinate representation of color #13248B: hue angle of 231.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13248B is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 36 139 -
CMYK 0.86 0.74 0 0.45
HSL 231.5º 0.76% 0.31% -
HSV(B) 231.5º 0.86% 0.55% -
XYZ 5.56 3.26 24.76 -
YUV 42.66 182.37 111.12 -
System Red Green Blue C M Y K H S L
Decimal 19 36 139 0.86 0.74 0 0.45 231.5 0.76 0.31
Hex 13 24 8B 56 4A 0 2D E8 4C 1F
Octal 23 44 213 126 112 0 55 350 114 37
Binary 10011 100100 10001011 1010110 1001010 0 101101 11101000 1001100 11111

Color Harmonies of #13248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13248B

Black with #13248B

Text Example


Text Example

White with #13248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13248B; }

 p { color: rgb(19,36,139); }

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

background-color css

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

 a { background-color: rgb(19,36,139); }

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

border-color css

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

 span { border-color: rgb(19,36,139); }

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