Html Css Color HEX #1B14B0 Ultramarine

📋 copy color: '#1B14B0'

red 27 ◦ green 20 ◦ blue 176

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

Shades of Ultramarine #1B14B0

Tints of Ultramarine #1B14B0

RGB

 RED value IS 27 (10.94% from 255) = 12.11%

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

 BLUE value IS 176 (69.14% from 255) = 78.92%

R = 12.11%
G = 8.97%
B = 78.92%

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

#1B14B0 (or 0x1B14B0) is known color: Ultramarine. HEX triplet: 1B, 14 and B0. RGB value is (27,20,176). Sum of RGB (Red+Green+Blue) = 27+20+176=223 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.11% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 176 (69.14% from 255 or 78.92% from 223); Max value from RGB is 176 - color contains mainly: blue. Hex color #1B14B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B14B0 is #E4EB4F. Grayscale: #272727. Windows color (decimal): -15002448 or 11539483. OLE color: 11539483.

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

Color convert

RGB 27 20 176 -
CMYK 0.85 0.89 0 0.31
HSL 242.69º 0.8% 0.38% -
HSV(B) 242.69º 0.89% 0.69% -
XYZ 8.54 3.87 41.37 -
YUV 39.88 204.82 118.82 -
System Red Green Blue C M Y K H S L
Decimal 27 20 176 0.85 0.89 0 0.31 242.69 0.8 0.38
Hex 1B 14 B0 55 59 0 1F F3 50 26
Octal 33 24 260 125 131 0 37 363 120 46
Binary 11011 10100 10110000 1010101 1011001 0 11111 11110011 1010000 100110

Color Harmonies of #1B14B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B14B0

Black with #1B14B0

Text Example


Text Example

White with #1B14B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,20,176); }

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

background-color css

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

 a { background-color: rgb(27,20,176); }

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

border-color css

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

 span { border-color: rgb(27,20,176); }

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