Html Css Color HEX #1714B1 Ultramarine

📋 copy color: '#1714B1'

red 23 ◦ green 20 ◦ blue 177

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

Shades of Ultramarine #1714B1

Tints of Ultramarine #1714B1

RGB

 RED value IS 23 (9.38% from 255) = 10.45%

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

 BLUE value IS 177 (69.53% from 255) = 80.45%

R = 10.45%
G = 9.09%
B = 80.45%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1714B1 (or 0x1714B1) is known color: Ultramarine. HEX triplet: 17, 14 and B1. RGB value is (23,20,177). Sum of RGB (Red+Green+Blue) = 23+20+177=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 177 (69.53% from 255 or 80.45% from 220); Max value from RGB is 177 - color contains mainly: blue. Hex color #1714B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1714B1 is #E8EB4E. Grayscale: #262626. Windows color (decimal): -15264591 or 11605015. OLE color: 11605015.

HSL color Cylindrical-coordinate representation of color #1714B1: hue angle of 241.15º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1714B1 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 23 20 177 -
CMYK 0.87 0.89 0 0.31
HSL 241.15º 0.8% 0.39% -
HSV(B) 241.15º 0.89% 0.69% -
XYZ 8.54 3.86 41.89 -
YUV 38.8 205.99 116.73 -
System Red Green Blue C M Y K H S L
Decimal 23 20 177 0.87 0.89 0 0.31 241.15 0.8 0.39
Hex 17 14 B1 57 59 0 1F F1 50 27
Octal 27 24 261 127 131 0 37 361 120 47
Binary 10111 10100 10110001 1010111 1011001 0 11111 11110001 1010000 100111

Color Harmonies of #1714B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1714B1

Black with #1714B1

Text Example


Text Example

White with #1714B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1714B1; }

 p { color: rgb(23,20,177); }

 H1.HeaderClassName
 {
   color: #1714B1;
 }
 .AnyTagClassName
 {
   color: #1714B1;
 }
</style>

background-color css

<style>
 a { background-color: #1714B1; }

 a { background-color: rgb(23,20,177); }

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

border-color css

<style>
 span { border-color: #1714B1; }

 span { border-color: rgb(23,20,177); }

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