Html Css Color HEX #1F01AF Ultramarine

📋 copy color: '#1F01AF'

red 31 ◦ green 1 ◦ blue 175

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

Shades of Ultramarine #1F01AF

Tints of Ultramarine #1F01AF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 175 (68.75% from 255) = 84.54%

R = 14.98%
G = 0.48%
B = 84.54%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1F01AF (or 0x1F01AF) is known color: Ultramarine. HEX triplet: 1F, 01 and AF. RGB value is (31,1,175). Sum of RGB (Red+Green+Blue) = 31+1+175=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 1 (0.78% from 255 or 0.48% 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 #1F01AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F01AF is #E0FE50. Grayscale: #1D1D1D. Windows color (decimal): -14745169 or 11469087. OLE color: 11469087.

HSL color Cylindrical-coordinate representation of color #1F01AF: hue angle of 250.34º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F01AF is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 31 1 175 -
CMYK 0.82 0.99 0 0.31
HSL 250.34º 0.99% 0.35% -
HSV(B) 250.34º 0.99% 0.69% -
XYZ 8.31 3.41 40.78 -
YUV 29.81 209.94 128.85 -
System Red Green Blue C M Y K H S L
Decimal 31 1 175 0.82 0.99 0 0.31 250.34 0.99 0.35
Hex 1F 1 AF 52 63 0 1F FA 63 23
Octal 37 1 257 122 143 0 37 372 143 43
Binary 11111 1 10101111 1010010 1100011 0 11111 11111010 1100011 100011

Color Harmonies of #1F01AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F01AF

Black with #1F01AF

Text Example


Text Example

White with #1F01AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,1,175); }

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

background-color css

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

 a { background-color: rgb(31,1,175); }

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

border-color css

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

 span { border-color: rgb(31,1,175); }

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