Html Css Color HEX #10057F Ultramarine

📋 copy color: '#10057F'

red 16 ◦ green 5 ◦ blue 127

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

Shades of Ultramarine #10057F

Tints of Ultramarine #10057F

RGB

 RED value IS 16 (6.64% from 255) = 10.81%

 GREEN value IS 5 (2.34% from 255) = 3.38%

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

R = 10.81%
G = 3.38%
B = 85.81%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#10057F (or 0x10057F) is known color: Ultramarine. HEX triplet: 10, 05 and 7F. RGB value is (16,5,127). Sum of RGB (Red+Green+Blue) = 16+5+127=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 5 (2.34% from 255 or 3.38% 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 #10057F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10057F is #EFFA80. Grayscale: #151515. Windows color (decimal): -15727233 or 8324368. OLE color: 8324368.

HSL color Cylindrical-coordinate representation of color #10057F: hue angle of 245.41º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10057F is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 5 127 -
CMYK 0.87 0.96 0 0.50
HSL 245.41º 0.92% 0.26% -
HSV(B) 245.41º 0.96% 0.5% -
XYZ 4.1 1.75 20.2 -
YUV 22.2 187.14 123.58 -
System Red Green Blue C M Y K H S L
Decimal 16 5 127 0.87 0.96 0 0.50 245.41 0.92 0.26
Hex 10 5 7F 57 60 0 32 F5 5C 1A
Octal 20 5 177 127 140 0 62 365 134 32
Binary 10000 101 1111111 1010111 1100000 0 110010 11110101 1011100 11010

Color Harmonies of #10057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10057F

Black with #10057F

Text Example


Text Example

White with #10057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,5,127); }

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

background-color css

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

 a { background-color: rgb(16,5,127); }

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

border-color css

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

 span { border-color: rgb(16,5,127); }

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