Html Css Color HEX #3000BA Ultramarine

📋 copy color: '#3000BA'

red 48 ◦ green 0 ◦ blue 186

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

Shades of Ultramarine #3000BA

Tints of Ultramarine #3000BA

RGB

 RED value IS 48 (19.14% from 255) = 20.51%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 186 (73.05% from 255) = 79.49%

R = 20.51%
G = 0%
B = 79.49%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3000BA (or 0x3000BA) is known color: Ultramarine. HEX triplet: 30, 00 and BA. RGB value is (48,0,186). Sum of RGB (Red+Green+Blue) = 48+0+186=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #3000BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3000BA is #CFFF45. Grayscale: #222222. Windows color (decimal): -13631302 or 12189744. OLE color: 12189744.

HSL color Cylindrical-coordinate representation of color #3000BA: hue angle of 255.48º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3000BA is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 0 186 -
CMYK 0.74 1 0 0.27
HSL 255.48º 1% 0.36% -
HSV(B) 255.48º 1% 0.73% -
XYZ 10.08 4.17 46.73 -
YUV 35.56 212.9 136.88 -
System Red Green Blue C M Y K H S L
Decimal 48 0 186 0.74 1 0 0.27 255.48 1 0.36
Hex 30 0 BA 4A 64 0 1B FF 64 24
Octal 60 0 272 112 144 0 33 377 144 44
Binary 110000 0 10111010 1001010 1100100 0 11011 11111111 1100100 100100

Color Harmonies of #3000BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3000BA

Black with #3000BA

Text Example


Text Example

White with #3000BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3000BA; }

 p { color: rgb(48,0,186); }

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

background-color css

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

 a { background-color: rgb(48,0,186); }

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

border-color css

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

 span { border-color: rgb(48,0,186); }

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