Html Css Color HEX #061388 Ultramarine

📋 copy color: '#061388'

red 6 ◦ green 19 ◦ blue 136

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

Shades of Ultramarine #061388

Tints of Ultramarine #061388

RGB

 RED value IS 6 (2.73% from 255) = 3.73%

 GREEN value IS 19 (7.81% from 255) = 11.8%

 BLUE value IS 136 (53.52% from 255) = 84.47%

R = 3.73%
G = 11.8%
B = 84.47%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#061388 (or 0x061388) is known color: Ultramarine. HEX triplet: 06, 13 and 88. RGB value is (6,19,136). Sum of RGB (Red+Green+Blue) = 6+19+136=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 136 (53.52% from 255 or 84.47% from 161); Max value from RGB is 136 - color contains mainly: blue. Hex color #061388 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061388 is #F9EC77. Grayscale: #1B1B1B. Windows color (decimal): -16379000 or 8917766. OLE color: 8917766.

HSL color Cylindrical-coordinate representation of color #061388: hue angle of 234º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061388 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 19 136 -
CMYK 0.96 0.86 0 0.47
HSL 234º 0.92% 0.28% -
HSV(B) 234º 0.96% 0.53% -
XYZ 4.75 2.28 23.48 -
YUV 28.45 188.69 111.99 -
System Red Green Blue C M Y K H S L
Decimal 6 19 136 0.96 0.86 0 0.47 234 0.92 0.28
Hex 6 13 88 60 56 0 2F EA 5C 1C
Octal 6 23 210 140 126 0 57 352 134 34
Binary 110 10011 10001000 1100000 1010110 0 101111 11101010 1011100 11100

Color Harmonies of #061388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061388

Black with #061388

Text Example


Text Example

White with #061388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061388; }

 p { color: rgb(6,19,136); }

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

background-color css

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

 a { background-color: rgb(6,19,136); }

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

border-color css

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

 span { border-color: rgb(6,19,136); }

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