Html Css Color HEX #2C06B7 Ultramarine

📋 copy color: '#2C06B7'

red 44 ◦ green 6 ◦ blue 183

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

Shades of Ultramarine #2C06B7

Tints of Ultramarine #2C06B7

RGB

 RED value IS 44 (17.58% from 255) = 18.88%

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

 BLUE value IS 183 (71.88% from 255) = 78.54%

R = 18.88%
G = 2.58%
B = 78.54%

CMYK

 C value IS 0.76

 M value IS 0.97

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2C06B7 (or 0x2C06B7) is known color: Ultramarine. HEX triplet: 2C, 06 and B7. RGB value is (44,6,183). Sum of RGB (Red+Green+Blue) = 44+6+183=233 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.88% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 183 (71.88% from 255 or 78.54% from 233); Max value from RGB is 183 - color contains mainly: blue. Hex color #2C06B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C06B7 is #D3F948. Grayscale: #242424. Windows color (decimal): -13891913 or 11994668. OLE color: 11994668.

HSL color Cylindrical-coordinate representation of color #2C06B7: hue angle of 252.88º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C06B7 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 44 6 183 -
CMYK 0.76 0.97 0 0.28
HSL 252.88º 0.94% 0.37% -
HSV(B) 252.88º 0.97% 0.72% -
XYZ 9.65 4.08 45.08 -
YUV 37.54 210.09 132.61 -
System Red Green Blue C M Y K H S L
Decimal 44 6 183 0.76 0.97 0 0.28 252.88 0.94 0.37
Hex 2C 6 B7 4C 61 0 1C FD 5E 25
Octal 54 6 267 114 141 0 34 375 136 45
Binary 101100 110 10110111 1001100 1100001 0 11100 11111101 1011110 100101

Color Harmonies of #2C06B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C06B7

Black with #2C06B7

Text Example


Text Example

White with #2C06B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C06B7; }

 p { color: rgb(44,6,183); }

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

background-color css

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

 a { background-color: rgb(44,6,183); }

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

border-color css

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

 span { border-color: rgb(44,6,183); }

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