#1907AF

Color #1907AF Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #1907AF

Tints of Ultramarine #1907AF

Color information

#1907AF (or 0x1907AF) is unknown color: approx Ultramarine. HEX triplet: 19, 07 and AF. RGB value is (25,7,175). Sum of RGB (Red+Green+Blue) = 25+7+175=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 175 (68.75% from 255 or 84.54% from 207); Max value from RGB is 175 - color contains mainly: blue. Hex color #1907AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1907AF is #E6F850. Grayscale: #1E1E1E. Windows color (decimal): -15136849 or 11470617. OLE color: 11470617.

HSL color Cylindrical-coordinate representation of color #1907AF: hue angle of 246.43º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1907AF is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB257175-
CMYK0.860.9600.31
HSL246.43º92.31%35.69%-
HSV(B)246.43º96%68.63%-
XYZ8.213.4540.79-
YUV31.53208.96123.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.08%
GREEN value IS 7 (3.12% from 255) = 3.38%
BLUE value IS 175 (68.75% from 255) = 84.54%
R=12.08%
G=3.38%
B=84.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2571750.860.9600.31246.4392.3135.69
Hex197AF566001Ff65c24
Octal31725712614003736613444
Binary110011111010111110101101100000011111111101101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1907AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1907AF; }

 p { color: rgb(25,7,175); }

 H1.HeaderClassName
 {
   color: #1907AF;
 }
 .AnyTagClassName
 {
   color: #1907AF;
 }
</style>
background-color css

<style>
 a { background-color: #1907AF; }

 a { background-color: rgb(25,7,175); }

 div.DivClassName
 {
   background-color: #1907AF;
 }
 .BgClassName
 {
   background-color: #1907AF;
 }
</style>
border-color css

<style>
 span { border-color: #1907AF; }

 span { border-color: rgb(25,7,175); }

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