Html Css Color HEX #1B0298 Ultramarine

📋 copy color: '#1B0298'

red 27 ◦ green 2 ◦ blue 152

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

Shades of Ultramarine #1B0298

Tints of Ultramarine #1B0298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 83.98%

R = 14.92%
G = 1.1%
B = 83.98%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1B0298 (or 0x1B0298) is known color: Ultramarine. HEX triplet: 1B, 02 and 98. RGB value is (27,2,152). Sum of RGB (Red+Green+Blue) = 27+2+152=181 (23% of max value = 765). Red value is 27 (10.94% from 255 or 14.92% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 152 (59.77% from 255 or 83.98% from 181); Max value from RGB is 152 - color contains mainly: blue. Hex color #1B0298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0298 is #E4FD67. Grayscale: #1A1A1A. Windows color (decimal): -15007080 or 9962011. OLE color: 9962011.

HSL color Cylindrical-coordinate representation of color #1B0298: hue angle of 250º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B0298 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 27 2 152 -
CMYK 0.82 0.99 0 0.40
HSL 250º 0.97% 0.3% -
HSV(B) 250º 0.99% 0.6% -
XYZ 6.14 2.54 29.87 -
YUV 26.58 198.78 128.3 -
System Red Green Blue C M Y K H S L
Decimal 27 2 152 0.82 0.99 0 0.40 250 0.97 0.3
Hex 1B 2 98 52 63 0 28 FA 61 1E
Octal 33 2 230 122 143 0 50 372 141 36
Binary 11011 10 10011000 1010010 1100011 0 101000 11111010 1100001 11110

Color Harmonies of #1B0298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0298

Black with #1B0298

Text Example


Text Example

White with #1B0298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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