Html Css Color HEX #1F14AF Ultramarine

📋 copy color: '#1F14AF'

red 31 ◦ green 20 ◦ blue 175

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

Shades of Ultramarine #1F14AF

Tints of Ultramarine #1F14AF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.85%

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

R = 13.72%
G = 8.85%
B = 77.43%

CMYK

 C value IS 0.82

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1F14AF (or 0x1F14AF) is known color: Ultramarine. HEX triplet: 1F, 14 and AF. RGB value is (31,20,175). Sum of RGB (Red+Green+Blue) = 31+20+175=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 175 (68.75% from 255 or 77.43% from 226); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F14AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F14AF is #E0EB50. Grayscale: #282828. Windows color (decimal): -14740305 or 11473951. OLE color: 11473951.

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

Color convert

RGB 31 20 175 -
CMYK 0.82 0.89 0 0.31
HSL 244.26º 0.79% 0.38% -
HSV(B) 244.26º 0.89% 0.69% -
XYZ 8.55 3.89 40.86 -
YUV 40.96 203.64 120.9 -
System Red Green Blue C M Y K H S L
Decimal 31 20 175 0.82 0.89 0 0.31 244.26 0.79 0.38
Hex 1F 14 AF 52 59 0 1F F4 4F 26
Octal 37 24 257 122 131 0 37 364 117 46
Binary 11111 10100 10101111 1010010 1011001 0 11111 11110100 1001111 100110

Color Harmonies of #1F14AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F14AF

Black with #1F14AF

Text Example


Text Example

White with #1F14AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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