Html Css Color HEX #061A8D Ultramarine

📋 copy color: '#061A8D'

red 6 ◦ green 26 ◦ blue 141

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

Shades of Ultramarine #061A8D

Tints of Ultramarine #061A8D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.03%

 BLUE value IS 141 (55.47% from 255) = 81.5%

R = 3.47%
G = 15.03%
B = 81.5%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#061A8D (or 0x061A8D) is known color: Ultramarine. HEX triplet: 06, 1A and 8D. RGB value is (6,26,141). Sum of RGB (Red+Green+Blue) = 6+26+141=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 141 (55.47% from 255 or 81.50% from 173); Max value from RGB is 141 - color contains mainly: blue. Hex color #061A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061A8D is #F9E572. Grayscale: #202020. Windows color (decimal): -16377203 or 9247238. OLE color: 9247238.

HSL color Cylindrical-coordinate representation of color #061A8D: hue angle of 231.11º 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 #061A8D is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 26 141 -
CMYK 0.96 0.82 0 0.45
HSL 231.11º 0.92% 0.29% -
HSV(B) 231.11º 0.96% 0.55% -
XYZ 5.25 2.7 25.44 -
YUV 33.13 188.87 108.65 -
System Red Green Blue C M Y K H S L
Decimal 6 26 141 0.96 0.82 0 0.45 231.11 0.92 0.29
Hex 6 1A 8D 60 52 0 2D E7 5C 1D
Octal 6 32 215 140 122 0 55 347 134 35
Binary 110 11010 10001101 1100000 1010010 0 101101 11100111 1011100 11101

Color Harmonies of #061A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061A8D

Black with #061A8D

Text Example


Text Example

White with #061A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061A8D; }

 p { color: rgb(6,26,141); }

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

background-color css

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

 a { background-color: rgb(6,26,141); }

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

border-color css

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

 span { border-color: rgb(6,26,141); }

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