Html Css Color HEX #1B068C Ultramarine

📋 copy color: '#1B068C'

red 27 ◦ green 6 ◦ blue 140

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

Shades of Ultramarine #1B068C

Tints of Ultramarine #1B068C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.47%

 BLUE value IS 140 (55.08% from 255) = 80.92%

R = 15.61%
G = 3.47%
B = 80.92%

CMYK

 C value IS 0.81

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1B068C (or 0x1B068C) is known color: Ultramarine. HEX triplet: 1B, 06 and 8C. RGB value is (27,6,140). Sum of RGB (Red+Green+Blue) = 27+6+140=173 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.61% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 140 (55.08% from 255 or 80.92% from 173); Max value from RGB is 140 - color contains mainly: blue. Hex color #1B068C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B068C is #E4F973. Grayscale: #1B1B1B. Windows color (decimal): -15006068 or 9176603. OLE color: 9176603.

HSL color Cylindrical-coordinate representation of color #1B068C: hue angle of 249.4º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B068C is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 27 6 140 -
CMYK 0.81 0.96 0 0.45
HSL 249.4º 0.92% 0.29% -
HSV(B) 249.4º 0.96% 0.55% -
XYZ 5.25 2.26 24.97 -
YUV 27.56 191.46 127.6 -
System Red Green Blue C M Y K H S L
Decimal 27 6 140 0.81 0.96 0 0.45 249.4 0.92 0.29
Hex 1B 6 8C 51 60 0 2D F9 5C 1D
Octal 33 6 214 121 140 0 55 371 134 35
Binary 11011 110 10001100 1010001 1100000 0 101101 11111001 1011100 11101

Color Harmonies of #1B068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B068C

Black with #1B068C

Text Example


Text Example

White with #1B068C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,6,140); }

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

background-color css

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

 a { background-color: rgb(27,6,140); }

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

border-color css

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

 span { border-color: rgb(27,6,140); }

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