Html Css Color HEX #1B1CA7 Ultramarine

📋 copy color: '#1B1CA7'

red 27 ◦ green 28 ◦ blue 167

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

Shades of Ultramarine #1B1CA7

Tints of Ultramarine #1B1CA7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.61%

 BLUE value IS 167 (65.63% from 255) = 75.23%

R = 12.16%
G = 12.61%
B = 75.23%

CMYK

 C value IS 0.84

 M value IS 0.83

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1B1CA7 (or 0x1B1CA7) is known color: Ultramarine. HEX triplet: 1B, 1C and A7. RGB value is (27,28,167). Sum of RGB (Red+Green+Blue) = 27+28+167=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 167 (65.62% from 255 or 75.23% from 222); Max value from RGB is 167 - color contains mainly: blue. Hex color #1B1CA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B1CA7 is #E4E358. Grayscale: #2A2A2A. Windows color (decimal): -15000409 or 10951707. OLE color: 10951707.

HSL color Cylindrical-coordinate representation of color #1B1CA7: hue angle of 239.57º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B1CA7 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 27 28 167 -
CMYK 0.84 0.83 0 0.35
HSL 239.57º 0.72% 0.38% -
HSV(B) 239.57º 0.84% 0.65% -
XYZ 7.84 3.85 36.89 -
YUV 43.55 197.67 116.2 -
System Red Green Blue C M Y K H S L
Decimal 27 28 167 0.84 0.83 0 0.35 239.57 0.72 0.38
Hex 1B 1C A7 54 53 0 23 F0 48 26
Octal 33 34 247 124 123 0 43 360 110 46
Binary 11011 11100 10100111 1010100 1010011 0 100011 11110000 1001000 100110

Color Harmonies of #1B1CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1CA7

Black with #1B1CA7

Text Example


Text Example

White with #1B1CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,28,167); }

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

background-color css

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

 a { background-color: rgb(27,28,167); }

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

border-color css

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

 span { border-color: rgb(27,28,167); }

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