Html Css Color HEX #300CBA Ultramarine

📋 copy color: '#300CBA'

red 48 ◦ green 12 ◦ blue 186

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

Shades of Ultramarine #300CBA

Tints of Ultramarine #300CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.88%

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

R = 19.51%
G = 4.88%
B = 75.61%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#300CBA (or 0x300CBA) is known color: Ultramarine. HEX triplet: 30, 0C and BA. RGB value is (48,12,186). Sum of RGB (Red+Green+Blue) = 48+12+186=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 186 (73.05% from 255 or 75.61% from 246); Max value from RGB is 186 - color contains mainly: blue. Hex color #300CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300CBA is #CFF345. Grayscale: #292929. Windows color (decimal): -13628230 or 12192816. OLE color: 12192816.

HSL color Cylindrical-coordinate representation of color #300CBA: hue angle of 252.41º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300CBA is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 12 186 -
CMYK 0.74 0.94 0 0.27
HSL 252.41º 0.88% 0.39% -
HSV(B) 252.41º 0.94% 0.73% -
XYZ 10.21 4.44 46.77 -
YUV 42.6 208.93 131.85 -
System Red Green Blue C M Y K H S L
Decimal 48 12 186 0.74 0.94 0 0.27 252.41 0.88 0.39
Hex 30 C BA 4A 5E 0 1B FC 58 27
Octal 60 14 272 112 136 0 33 374 130 47
Binary 110000 1100 10111010 1001010 1011110 0 11011 11111100 1011000 100111

Color Harmonies of #300CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300CBA

Black with #300CBA

Text Example


Text Example

White with #300CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300CBA; }

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

 H1.HeaderClassName
 {
   color: #300CBA;
 }
 .AnyTagClassName
 {
   color: #300CBA;
 }
</style>

background-color css

<style>
 a { background-color: #300CBA; }

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

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

border-color css

<style>
 span { border-color: #300CBA; }

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

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