Html Css Color HEX #1B017C Ultramarine

📋 copy color: '#1B017C'

red 27 ◦ green 1 ◦ blue 124

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

Shades of Ultramarine #1B017C

Tints of Ultramarine #1B017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 81.58%

R = 17.76%
G = 0.66%
B = 81.58%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1B017C (or 0x1B017C) is known color: Ultramarine. HEX triplet: 1B, 01 and 7C. RGB value is (27,1,124). Sum of RGB (Red+Green+Blue) = 27+1+124=152 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.76% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 124 (48.83% from 255 or 81.58% from 152); Max value from RGB is 124 - color contains mainly: blue. Hex color #1B017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B017C is #E4FE83. Grayscale: #161616. Windows color (decimal): -15007364 or 8126747. OLE color: 8126747.

HSL color Cylindrical-coordinate representation of color #1B017C: hue angle of 252.68º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B017C is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 27 1 124 -
CMYK 0.78 0.99 0 0.51
HSL 252.68º 0.98% 0.25% -
HSV(B) 252.68º 0.99% 0.49% -
XYZ 4.1 1.71 19.18 -
YUV 22.8 185.11 131 -
System Red Green Blue C M Y K H S L
Decimal 27 1 124 0.78 0.99 0 0.51 252.68 0.98 0.25
Hex 1B 1 7C 4E 63 0 33 FD 62 19
Octal 33 1 174 116 143 0 63 375 142 31
Binary 11011 1 1111100 1001110 1100011 0 110011 11111101 1100010 11001

Color Harmonies of #1B017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B017C

Black with #1B017C

Text Example


Text Example

White with #1B017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,1,124); }

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

background-color css

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

 a { background-color: rgb(27,1,124); }

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

border-color css

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

 span { border-color: rgb(27,1,124); }

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