Html Css Color HEX #061A8F Ultramarine

📋 copy color: '#061A8F'

red 6 ◦ green 26 ◦ blue 143

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

Shades of Ultramarine #061A8F

Tints of Ultramarine #061A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 81.71%

R = 3.43%
G = 14.86%
B = 81.71%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#061A8F (or 0x061A8F) is known color: Ultramarine. HEX triplet: 06, 1A and 8F. RGB value is (6,26,143). Sum of RGB (Red+Green+Blue) = 6+26+143=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 143 (56.25% from 255 or 81.71% from 175); Max value from RGB is 143 - color contains mainly: blue. Hex color #061A8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061A8F is #F9E570. Grayscale: #202020. Windows color (decimal): -16377201 or 9378310. OLE color: 9378310.

HSL color Cylindrical-coordinate representation of color #061A8F: hue angle of 231.24º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061A8F is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 26 143 -
CMYK 0.96 0.82 0 0.44
HSL 231.24º 0.92% 0.29% -
HSV(B) 231.24º 0.96% 0.56% -
XYZ 5.4 2.76 26.23 -
YUV 33.36 189.87 108.49 -
System Red Green Blue C M Y K H S L
Decimal 6 26 143 0.96 0.82 0 0.44 231.24 0.92 0.29
Hex 6 1A 8F 60 52 0 2C E7 5C 1D
Octal 6 32 217 140 122 0 54 347 134 35
Binary 110 11010 10001111 1100000 1010010 0 101100 11100111 1011100 11101

Color Harmonies of #061A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061A8F

Black with #061A8F

Text Example


Text Example

White with #061A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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