Html Css Color HEX #1A14AF Ultramarine

📋 copy color: '#1A14AF'

red 26 ◦ green 20 ◦ blue 175

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

Shades of Ultramarine #1A14AF

Tints of Ultramarine #1A14AF

RGB

 RED value IS 26 (10.55% from 255) = 11.76%

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

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

R = 11.76%
G = 9.05%
B = 79.19%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1A14AF (or 0x1A14AF) is known color: Ultramarine. HEX triplet: 1A, 14 and AF. RGB value is (26,20,175). Sum of RGB (Red+Green+Blue) = 26+20+175=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 175 (68.75% from 255 or 79.19% from 221); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A14AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A14AF is #E5EB50. Grayscale: #262626. Windows color (decimal): -15067985 or 11473946. OLE color: 11473946.

HSL color Cylindrical-coordinate representation of color #1A14AF: hue angle of 242.32º 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 #1A14AF is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 26 20 175 -
CMYK 0.85 0.89 0 0.31
HSL 242.32º 0.79% 0.38% -
HSV(B) 242.32º 0.89% 0.69% -
XYZ 8.41 3.82 40.85 -
YUV 39.46 204.49 118.4 -
System Red Green Blue C M Y K H S L
Decimal 26 20 175 0.85 0.89 0 0.31 242.32 0.79 0.38
Hex 1A 14 AF 55 59 0 1F F2 4F 26
Octal 32 24 257 125 131 0 37 362 117 46
Binary 11010 10100 10101111 1010101 1011001 0 11111 11110010 1001111 100110

Color Harmonies of #1A14AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A14AF

Black with #1A14AF

Text Example


Text Example

White with #1A14AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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