Html Css Color HEX #1B007C Ultramarine

📋 copy color: '#1B007C'

red 27 ◦ green 0 ◦ blue 124

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

Shades of Ultramarine #1B007C

Tints of Ultramarine #1B007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 17.88%
G = 0%
B = 82.12%

CMYK

 C value IS 0.78

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1B007C (or 0x1B007C) is known color: Ultramarine. HEX triplet: 1B, 00 and 7C. RGB value is (27,0,124). Sum of RGB (Red+Green+Blue) = 27+0+124=151 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.88% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 124 (48.83% from 255 or 82.12% from 151); Max value from RGB is 124 - color contains mainly: blue. Hex color #1B007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B007C is #E4FF83. Grayscale: #151515. Windows color (decimal): -15007620 or 8126491. OLE color: 8126491.

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

Color convert

RGB 27 0 124 -
CMYK 0.78 1 0 0.51
HSL 253.06º 1% 0.24% -
HSV(B) 253.06º 1% 0.49% -
XYZ 4.09 1.69 19.18 -
YUV 22.21 185.45 131.42 -
System Red Green Blue C M Y K H S L
Decimal 27 0 124 0.78 1 0 0.51 253.06 1 0.24
Hex 1B 0 7C 4E 64 0 33 FD 64 18
Octal 33 0 174 116 144 0 63 375 144 30
Binary 11011 0 1111100 1001110 1100100 0 110011 11111101 1100100 11000

Color Harmonies of #1B007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B007C

Black with #1B007C

Text Example


Text Example

White with #1B007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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