Html Css Color HEX #1B067A Ultramarine

📋 copy color: '#1B067A'

red 27 ◦ green 6 ◦ blue 122

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

Shades of Ultramarine #1B067A

Tints of Ultramarine #1B067A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 78.71%

R = 17.42%
G = 3.87%
B = 78.71%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1B067A (or 0x1B067A) is known color: Ultramarine. HEX triplet: 1B, 06 and 7A. RGB value is (27,6,122). Sum of RGB (Red+Green+Blue) = 27+6+122=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 122 (48.05% from 255 or 78.71% from 155); Max value from RGB is 122 - color contains mainly: blue. Hex color #1B067A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B067A is #E4F985. Grayscale: #191919. Windows color (decimal): -15006086 or 7996955. OLE color: 7996955.

HSL color Cylindrical-coordinate representation of color #1B067A: hue angle of 250.86º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B067A is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 27 6 122 -
CMYK 0.78 0.95 0 0.52
HSL 250.86º 0.91% 0.25% -
HSV(B) 250.86º 0.95% 0.48% -
XYZ 4.03 1.77 18.54 -
YUV 25.5 182.46 129.07 -
System Red Green Blue C M Y K H S L
Decimal 27 6 122 0.78 0.95 0 0.52 250.86 0.91 0.25
Hex 1B 6 7A 4E 5F 0 34 FB 5B 19
Octal 33 6 172 116 137 0 64 373 133 31
Binary 11011 110 1111010 1001110 1011111 0 110100 11111011 1011011 11001

Color Harmonies of #1B067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B067A

Black with #1B067A

Text Example


Text Example

White with #1B067A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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