Html Css Color HEX #1C068B Ultramarine

📋 copy color: '#1C068B'

red 28 ◦ green 6 ◦ blue 139

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

Shades of Ultramarine #1C068B

Tints of Ultramarine #1C068B

RGB

 RED value IS 28 (11.33% from 255) = 16.18%

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

 BLUE value IS 139 (54.69% from 255) = 80.35%

R = 16.18%
G = 3.47%
B = 80.35%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1C068B (or 0x1C068B) is known color: Ultramarine. HEX triplet: 1C, 06 and 8B. RGB value is (28,6,139). Sum of RGB (Red+Green+Blue) = 28+6+139=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 139 (54.69% from 255 or 80.35% from 173); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C068B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C068B is #E3F974. Grayscale: #1B1B1B. Windows color (decimal): -14940533 or 9111068. OLE color: 9111068.

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

Color convert

RGB 28 6 139 -
CMYK 0.80 0.96 0 0.45
HSL 249.92º 0.92% 0.28% -
HSV(B) 249.92º 0.96% 0.55% -
XYZ 5.2 2.24 24.58 -
YUV 27.74 190.79 128.19 -
System Red Green Blue C M Y K H S L
Decimal 28 6 139 0.80 0.96 0 0.45 249.92 0.92 0.28
Hex 1C 6 8B 50 60 0 2D FA 5C 1C
Octal 34 6 213 120 140 0 55 372 134 34
Binary 11100 110 10001011 1010000 1100000 0 101101 11111010 1011100 11100

Color Harmonies of #1C068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C068B

Black with #1C068B

Text Example


Text Example

White with #1C068B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,6,139); }

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

background-color css

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

 a { background-color: rgb(28,6,139); }

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

border-color css

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

 span { border-color: rgb(28,6,139); }

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