Html Css Color HEX #1B1985 Ultramarine

📋 copy color: '#1B1985'

red 27 ◦ green 25 ◦ blue 133

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

Shades of Ultramarine #1B1985

Tints of Ultramarine #1B1985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.51%

 BLUE value IS 133 (52.34% from 255) = 71.89%

R = 14.59%
G = 13.51%
B = 71.89%

CMYK

 C value IS 0.80

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1B1985 (or 0x1B1985) is known color: Ultramarine. HEX triplet: 1B, 19 and 85. RGB value is (27,25,133). Sum of RGB (Red+Green+Blue) = 27+25+133=185 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.59% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 133 (52.34% from 255 or 71.89% from 185); Max value from RGB is 133 - color contains mainly: blue. Hex color #1B1985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1985 is #E4E67A. Grayscale: #252525. Windows color (decimal): -15001211 or 8722715. OLE color: 8722715.

HSL color Cylindrical-coordinate representation of color #1B1985: hue angle of 241.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B1985 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 27 25 133 -
CMYK 0.80 0.81 0 0.48
HSL 241.11º 0.68% 0.31% -
HSV(B) 241.11º 0.81% 0.52% -
XYZ 5.03 2.62 22.43 -
YUV 37.91 181.66 120.22 -
System Red Green Blue C M Y K H S L
Decimal 27 25 133 0.80 0.81 0 0.48 241.11 0.68 0.31
Hex 1B 19 85 50 51 0 30 F1 44 1F
Octal 33 31 205 120 121 0 60 361 104 37
Binary 11011 11001 10000101 1010000 1010001 0 110000 11110001 1000100 11111

Color Harmonies of #1B1985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1985

Black with #1B1985

Text Example


Text Example

White with #1B1985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,25,133); }

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

background-color css

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

 a { background-color: rgb(27,25,133); }

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

border-color css

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

 span { border-color: rgb(27,25,133); }

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