Html Css Color HEX #13027F Ultramarine

📋 copy color: '#13027F'

red 19 ◦ green 2 ◦ blue 127

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

Shades of Ultramarine #13027F

Tints of Ultramarine #13027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 85.81%

R = 12.84%
G = 1.35%
B = 85.81%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13027F (or 0x13027F) is known color: Ultramarine. HEX triplet: 13, 02 and 7F. RGB value is (19,2,127). Sum of RGB (Red+Green+Blue) = 19+2+127=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 127 (50% from 255 or 85.81% from 148); Max value from RGB is 127 - color contains mainly: blue. Hex color #13027F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13027F is #ECFD80. Grayscale: #141414. Windows color (decimal): -15531393 or 8323603. OLE color: 8323603.

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

Color convert

RGB 19 2 127 -
CMYK 0.85 0.98 0 0.50
HSL 248.16º 0.97% 0.25% -
HSV(B) 248.16º 0.98% 0.5% -
XYZ 4.12 1.71 20.19 -
YUV 21.33 187.63 126.34 -
System Red Green Blue C M Y K H S L
Decimal 19 2 127 0.85 0.98 0 0.50 248.16 0.97 0.25
Hex 13 2 7F 55 62 0 32 F8 61 19
Octal 23 2 177 125 142 0 62 370 141 31
Binary 10011 10 1111111 1010101 1100010 0 110010 11111000 1100001 11001

Color Harmonies of #13027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13027F

Black with #13027F

Text Example


Text Example

White with #13027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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