Html Css Color HEX #16007D Ultramarine

📋 copy color: '#16007D'

red 22 ◦ green 0 ◦ blue 125

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

Shades of Ultramarine #16007D

Tints of Ultramarine #16007D

RGB

 RED value IS 22 (8.98% from 255) = 14.97%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 125 (49.22% from 255) = 85.03%

R = 14.97%
G = 0%
B = 85.03%

CMYK

 C value IS 0.82

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#16007D (or 0x16007D) is known color: Ultramarine. HEX triplet: 16, 00 and 7D. RGB value is (22,0,125). Sum of RGB (Red+Green+Blue) = 22+0+125=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 125 (49.22% from 255 or 85.03% from 147); Max value from RGB is 125 - color contains mainly: blue. Hex color #16007D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16007D is #E9FF82. Grayscale: #141414. Windows color (decimal): -15335299 or 8192022. OLE color: 8192022.

HSL color Cylindrical-coordinate representation of color #16007D: hue angle of 250.56º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16007D is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 22 0 125 -
CMYK 0.82 1 0 0.51
HSL 250.56º 1% 0.25% -
HSV(B) 250.56º 1% 0.49% -
XYZ 4.03 1.65 19.51 -
YUV 20.83 186.79 128.84 -
System Red Green Blue C M Y K H S L
Decimal 22 0 125 0.82 1 0 0.51 250.56 1 0.25
Hex 16 0 7D 52 64 0 33 FB 64 19
Octal 26 0 175 122 144 0 63 373 144 31
Binary 10110 0 1111101 1010010 1100100 0 110011 11111011 1100100 11001

Color Harmonies of #16007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16007D

Black with #16007D

Text Example


Text Example

White with #16007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16007D; }

 p { color: rgb(22,0,125); }

 H1.HeaderClassName
 {
   color: #16007D;
 }
 .AnyTagClassName
 {
   color: #16007D;
 }
</style>

background-color css

<style>
 a { background-color: #16007D; }

 a { background-color: rgb(22,0,125); }

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

border-color css

<style>
 span { border-color: #16007D; }

 span { border-color: rgb(22,0,125); }

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