Html Css Color HEX #13027E Ultramarine

📋 copy color: '#13027E'

red 19 ◦ green 2 ◦ blue 126

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

Shades of Ultramarine #13027E

Tints of Ultramarine #13027E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.36%

 BLUE value IS 126 (49.61% from 255) = 85.71%

R = 12.93%
G = 1.36%
B = 85.71%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13027E (or 0x13027E) is known color: Ultramarine. HEX triplet: 13, 02 and 7E. RGB value is (19,2,126). Sum of RGB (Red+Green+Blue) = 19+2+126=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 126 (49.61% from 255 or 85.71% from 147); Max value from RGB is 126 - color contains mainly: blue. Hex color #13027E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13027E is #ECFD81. Grayscale: #141414. Windows color (decimal): -15531394 or 8258067. OLE color: 8258067.

HSL color Cylindrical-coordinate representation of color #13027E: hue angle of 248.23º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13027E is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 2 126 -
CMYK 0.85 0.98 0 0.51
HSL 248.23º 0.97% 0.25% -
HSV(B) 248.23º 0.98% 0.49% -
XYZ 4.06 1.69 19.85 -
YUV 21.22 187.13 126.42 -
System Red Green Blue C M Y K H S L
Decimal 19 2 126 0.85 0.98 0 0.51 248.23 0.97 0.25
Hex 13 2 7E 55 62 0 33 F8 61 19
Octal 23 2 176 125 142 0 63 370 141 31
Binary 10011 10 1111110 1010101 1100010 0 110011 11111000 1100001 11001

Color Harmonies of #13027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13027E

Black with #13027E

Text Example


Text Example

White with #13027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13027E; }

 p { color: rgb(19,2,126); }

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

background-color css

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

 a { background-color: rgb(19,2,126); }

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

border-color css

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

 span { border-color: rgb(19,2,126); }

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