Html Css Color HEX #061488 Ultramarine

📋 copy color: '#061488'

red 6 ◦ green 20 ◦ blue 136

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

Shades of Ultramarine #061488

Tints of Ultramarine #061488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.35%

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

R = 3.7%
G = 12.35%
B = 83.95%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#061488 (or 0x061488) is known color: Ultramarine. HEX triplet: 06, 14 and 88. RGB value is (6,20,136). Sum of RGB (Red+Green+Blue) = 6+20+136=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 136 (53.52% from 255 or 83.95% from 162); Max value from RGB is 136 - color contains mainly: blue. Hex color #061488 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061488 is #F9EB77. Grayscale: #1C1C1C. Windows color (decimal): -16378744 or 8918022. OLE color: 8918022.

HSL color Cylindrical-coordinate representation of color #061488: hue angle of 233.54º 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 #061488 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 20 136 -
CMYK 0.96 0.85 0 0.47
HSL 233.54º 0.92% 0.28% -
HSV(B) 233.54º 0.96% 0.53% -
XYZ 4.77 2.32 23.49 -
YUV 29.04 188.36 111.57 -
System Red Green Blue C M Y K H S L
Decimal 6 20 136 0.96 0.85 0 0.47 233.54 0.92 0.28
Hex 6 14 88 60 55 0 2F EA 5C 1C
Octal 6 24 210 140 125 0 57 352 134 34
Binary 110 10100 10001000 1100000 1010101 0 101111 11101010 1011100 11100

Color Harmonies of #061488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061488

Black with #061488

Text Example


Text Example

White with #061488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061488; }

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

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

background-color css

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

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

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

border-color css

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

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

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