Html Css Color HEX #2606AD Ultramarine

📋 copy color: '#2606AD'

red 38 ◦ green 6 ◦ blue 173

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

Shades of Ultramarine #2606AD

Tints of Ultramarine #2606AD

RGB

 RED value IS 38 (15.23% from 255) = 17.51%

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

 BLUE value IS 173 (67.97% from 255) = 79.72%

R = 17.51%
G = 2.76%
B = 79.72%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2606AD (or 0x2606AD) is known color: Ultramarine. HEX triplet: 26, 06 and AD. RGB value is (38,6,173). Sum of RGB (Red+Green+Blue) = 38+6+173=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 173 (67.97% from 255 or 79.72% from 217); Max value from RGB is 173 - color contains mainly: blue. Hex color #2606AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2606AD is #D9F952. Grayscale: #212121. Windows color (decimal): -14285139 or 11339302. OLE color: 11339302.

HSL color Cylindrical-coordinate representation of color #2606AD: hue angle of 251.5º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2606AD is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 38 6 173 -
CMYK 0.78 0.97 0 0.32
HSL 251.5º 0.93% 0.35% -
HSV(B) 251.5º 0.97% 0.68% -
XYZ 8.41 3.56 39.78 -
YUV 34.61 206.1 130.42 -
System Red Green Blue C M Y K H S L
Decimal 38 6 173 0.78 0.97 0 0.32 251.5 0.93 0.35
Hex 26 6 AD 4E 61 0 20 FB 5D 23
Octal 46 6 255 116 141 0 40 373 135 43
Binary 100110 110 10101101 1001110 1100001 0 100000 11111011 1011101 100011

Color Harmonies of #2606AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2606AD

Black with #2606AD

Text Example


Text Example

White with #2606AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2606AD; }

 p { color: rgb(38,6,173); }

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

background-color css

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

 a { background-color: rgb(38,6,173); }

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

border-color css

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

 span { border-color: rgb(38,6,173); }

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