Html Css Color HEX #1B029C Ultramarine

📋 copy color: '#1B029C'

red 27 ◦ green 2 ◦ blue 156

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

Shades of Ultramarine #1B029C

Tints of Ultramarine #1B029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

 BLUE value IS 156 (61.33% from 255) = 84.32%

R = 14.59%
G = 1.08%
B = 84.32%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1B029C (or 0x1B029C) is known color: Ultramarine. HEX triplet: 1B, 02 and 9C. RGB value is (27,2,156). Sum of RGB (Red+Green+Blue) = 27+2+156=185 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.59% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 156 (61.33% from 255 or 84.32% from 185); Max value from RGB is 156 - color contains mainly: blue. Hex color #1B029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B029C is #E4FD63. Grayscale: #1A1A1A. Windows color (decimal): -15007076 or 10224155. OLE color: 10224155.

HSL color Cylindrical-coordinate representation of color #1B029C: hue angle of 249.74º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B029C is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 27 2 156 -
CMYK 0.83 0.99 0 0.39
HSL 249.74º 0.97% 0.31% -
HSV(B) 249.74º 0.99% 0.61% -
XYZ 6.47 2.68 31.63 -
YUV 27.03 200.78 127.98 -
System Red Green Blue C M Y K H S L
Decimal 27 2 156 0.83 0.99 0 0.39 249.74 0.97 0.31
Hex 1B 2 9C 53 63 0 27 FA 61 1F
Octal 33 2 234 123 143 0 47 372 141 37
Binary 11011 10 10011100 1010011 1100011 0 100111 11111010 1100001 11111

Color Harmonies of #1B029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B029C

Black with #1B029C

Text Example


Text Example

White with #1B029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,2,156); }

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

background-color css

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

 a { background-color: rgb(27,2,156); }

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

border-color css

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

 span { border-color: rgb(27,2,156); }

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