Html Css Color HEX #1F06AC Ultramarine

📋 copy color: '#1F06AC'

red 31 ◦ green 6 ◦ blue 172

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

Shades of Ultramarine #1F06AC

Tints of Ultramarine #1F06AC

RGB

 RED value IS 31 (12.5% from 255) = 14.83%

 GREEN value IS 6 (2.73% from 255) = 2.87%

 BLUE value IS 172 (67.58% from 255) = 82.3%

R = 14.83%
G = 2.87%
B = 82.3%

CMYK

 C value IS 0.82

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F06AC (or 0x1F06AC) is known color: Ultramarine. HEX triplet: 1F, 06 and AC. RGB value is (31,6,172). Sum of RGB (Red+Green+Blue) = 31+6+172=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 172 (67.58% from 255 or 82.30% from 209); Max value from RGB is 172 - color contains mainly: blue. Hex color #1F06AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F06AC is #E0F953. Grayscale: #1F1F1F. Windows color (decimal): -14743892 or 11273759. OLE color: 11273759.

HSL color Cylindrical-coordinate representation of color #1F06AC: hue angle of 249.04º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F06AC is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 6 172 -
CMYK 0.82 0.97 0 0.33
HSL 249.04º 0.93% 0.35% -
HSV(B) 249.04º 0.97% 0.67% -
XYZ 8.08 3.4 39.26 -
YUV 32.4 206.78 127 -
System Red Green Blue C M Y K H S L
Decimal 31 6 172 0.82 0.97 0 0.33 249.04 0.93 0.35
Hex 1F 6 AC 52 61 0 21 F9 5D 23
Octal 37 6 254 122 141 0 41 371 135 43
Binary 11111 110 10101100 1010010 1100001 0 100001 11111001 1011101 100011

Color Harmonies of #1F06AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F06AC

Black with #1F06AC

Text Example


Text Example

White with #1F06AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F06AC; }

 p { color: rgb(31,6,172); }

 H1.HeaderClassName
 {
   color: #1F06AC;
 }
 .AnyTagClassName
 {
   color: #1F06AC;
 }
</style>

background-color css

<style>
 a { background-color: #1F06AC; }

 a { background-color: rgb(31,6,172); }

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

border-color css

<style>
 span { border-color: #1F06AC; }

 span { border-color: rgb(31,6,172); }

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