Html Css Color HEX #1007A1 Ultramarine

📋 copy color: '#1007A1'

red 16 ◦ green 7 ◦ blue 161

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

Shades of Ultramarine #1007A1

Tints of Ultramarine #1007A1

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.8%

 BLUE value IS 161 (63.28% from 255) = 87.5%

R = 8.7%
G = 3.8%
B = 87.5%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1007A1 (or 0x1007A1) is known color: Ultramarine. HEX triplet: 10, 07 and A1. RGB value is (16,7,161). Sum of RGB (Red+Green+Blue) = 16+7+161=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 161 (63.28% from 255 or 87.5% from 184); Max value from RGB is 161 - color contains mainly: blue. Hex color #1007A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1007A1 is #EFF85E. Grayscale: #1A1A1A. Windows color (decimal): -15726687 or 10553104. OLE color: 10553104.

HSL color Cylindrical-coordinate representation of color #1007A1: hue angle of 243.51º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1007A1 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 7 161 -
CMYK 0.90 0.96 0 0.37
HSL 243.51º 0.92% 0.33% -
HSV(B) 243.51º 0.96% 0.63% -
XYZ 6.72 2.84 33.91 -
YUV 27.25 203.48 119.98 -
System Red Green Blue C M Y K H S L
Decimal 16 7 161 0.90 0.96 0 0.37 243.51 0.92 0.33
Hex 10 7 A1 5A 60 0 25 F4 5C 21
Octal 20 7 241 132 140 0 45 364 134 41
Binary 10000 111 10100001 1011010 1100000 0 100101 11110100 1011100 100001

Color Harmonies of #1007A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1007A1

Black with #1007A1

Text Example


Text Example

White with #1007A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1007A1; }

 p { color: rgb(16,7,161); }

 H1.HeaderClassName
 {
   color: #1007A1;
 }
 .AnyTagClassName
 {
   color: #1007A1;
 }
</style>

background-color css

<style>
 a { background-color: #1007A1; }

 a { background-color: rgb(16,7,161); }

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

border-color css

<style>
 span { border-color: #1007A1; }

 span { border-color: rgb(16,7,161); }

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